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:
authorAleksandrs Saveljevs <git-no-reply@zabbix.com>2014-01-31 11:39:43 +0400
committerAleksandrs Saveljevs <git-no-reply@zabbix.com>2014-01-31 11:39:43 +0400
commitb95e2f0bf1ad501cc9e615bb1066afd04fee06ec (patch)
tree7c89f2aea404b48caf8e4584c647b5fcbe36dd2e /include/zbxtypes.h
parent48a1f76e8306834340a00a2e3a9b225c59f974b0 (diff)
........S. [ZBX-7109] fixed typos and formatting during code review
[merge from branches/dev/ZBX-7109-22, r41984]
Diffstat (limited to 'include/zbxtypes.h')
-rw-r--r--include/zbxtypes.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/zbxtypes.h b/include/zbxtypes.h
index 8f44ccd8eb6..b3aaa71fe60 100644
--- a/include/zbxtypes.h
+++ b/include/zbxtypes.h
@@ -131,9 +131,11 @@
#define ZBX_CONST_STRING(str) ""str
-typedef struct {
+typedef struct
+{
zbx_uint64_t lo;
zbx_uint64_t hi;
-} zbx_uint128_t;
+}
+zbx_uint128_t;
#endif