Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergejs Paskevics <git-no-reply@zabbix.com>2018-01-02 11:29:49 +0300
committerSergejs Paskevics <git-no-reply@zabbix.com>2018-01-02 11:29:49 +0300
commitabf20ddc8ea8f54a8b416a1b9735b4c52edcdcec (patch)
tree19516142c1043d38a0ffa9278f2b9463058c8fc1 /include/zbxself.h
parent920a855301d54283ecc4a0efb20c7d95a9469b8e (diff)
........S. [ZBX-13155] improved coding style; removed unnecessary #include
Diffstat (limited to 'include/zbxself.h')
-rw-r--r--include/zbxself.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/zbxself.h b/include/zbxself.h
index 4b6b4f8515d..34bbbeb3504 100644
--- a/include/zbxself.h
+++ b/include/zbxself.h
@@ -20,9 +20,9 @@
#ifndef ZABBIX_ZBXSELF_H
#define ZABBIX_ZBXSELF_H
-#define ZBX_PROCESS_STATE_IDLE 0
-#define ZBX_PROCESS_STATE_BUSY 1
-#define ZBX_PROCESS_STATE_COUNT 2 /* number of process states */
+#define ZBX_PROCESS_STATE_IDLE 0
+#define ZBX_PROCESS_STATE_BUSY 1
+#define ZBX_PROCESS_STATE_COUNT 2 /* number of process states */
#define ZBX_AGGR_FUNC_ONE 0
#define ZBX_AGGR_FUNC_AVG 1