projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
130dd69
)
Coding style: fix indents
author
Jan Kundrát
<jan.kundrat@cesnet.cz>
Tue, 11 Mar 2014 09:57:45 +0000
(10:57 +0100)
committer
Jan Kundrát
<jan.kundrat@cesnet.cz>
Tue, 11 Mar 2014 09:57:45 +0000
(10:57 +0100)
src/threshold.c
patch
|
blob
|
history
diff --git
a/src/threshold.c
b/src/threshold.c
index
7df4d61
..
2173fa8
100644
(file)
--- 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);