From aaec1b84bfaa7dca44e7ceb1a0f9896be7480131 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Sun, 16 Nov 2014 18:42:10 +0100 Subject: [PATCH] Livestatus\Query: indentation --- library/Icinga/Protocol/Livestatus/Query.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Icinga/Protocol/Livestatus/Query.php b/library/Icinga/Protocol/Livestatus/Query.php index bcb3dfae5..a421c7e71 100644 --- a/library/Icinga/Protocol/Livestatus/Query.php +++ b/library/Icinga/Protocol/Livestatus/Query.php @@ -170,7 +170,7 @@ class Query extends SimpleQuery public function getColumnAliases() { - $this->columnsToString(); + $this->columnsToString(); return $this->preparedHeaders; // TODO: Remove once no longer needed: