Module: check_mk
Branch: master
Commit: 8e25aae8d60801365c6af537db7d3fe20c035911
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=8e25aae8d60801…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Thu Mar 29 16:45:45 2012 +0200
Better source code indentation
---
web/plugins/views/sorters.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/web/plugins/views/sorters.py b/web/plugins/views/sorters.py
index 02a579e..57f00aa 100644
--- a/web/plugins/views/sorters.py
+++ b/web/plugins/views/sorters.py
@@ -338,4 +338,4 @@ declare_simple_sorter("alerts_problem", _("Number of
problem alerts"), "alerts
# Aggregations
declare_simple_sorter("aggr_name", _("Aggregation name"),
"aggr_name", cmp_simple_string)
-declare_simple_sorter("aggr_group", _("Aggregation group"),
"aggr_group", cmp_simple_string)
+declare_simple_sorter("aggr_group", _("Aggregation group"),
"aggr_group", cmp_simple_string)