From 710d9305715622700e4eefbf20b4cba307d7ef57 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Kundr=C3=A1t?= Date: Tue, 11 Mar 2014 10:57:45 +0100 Subject: [PATCH] Coding style: fix indents --- src/threshold.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/threshold.c b/src/threshold.c index 7df4d616..2173fa80 100644 --- a/src/threshold.c +++ b/src/threshold.c @@ -773,7 +773,7 @@ static int ut_check_one_data_source (const data_set_t *ds, if ((!isnan (th->warning_min) && (th->warning_min > values[ds_index])) || (!isnan (th->warning_max) && (th->warning_max < values[ds_index]))) is_warning++; - } + } if (is_failure != 0) return (STATE_ERROR); -- 2.11.0