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:
authorArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2021-10-13 18:06:28 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2021-10-13 18:07:25 +0300
commit335c4236c98d43cc724db9f28363ab30a6212f69 (patch)
tree505fc4f8b0d423db6a880438799a56b66da14719 /src/libs/zbxaudit/audit_host.h
parentd2d2dbd84f349ddc53a6cdada0b2ebeade802686 (diff)
........S. [ZBX-20077] fixed style
Diffstat (limited to 'src/libs/zbxaudit/audit_host.h')
-rw-r--r--src/libs/zbxaudit/audit_host.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/zbxaudit/audit_host.h b/src/libs/zbxaudit/audit_host.h
index 87665ec6ba8..ab448cae35d 100644
--- a/src/libs/zbxaudit/audit_host.h
+++ b/src/libs/zbxaudit/audit_host.h
@@ -83,7 +83,7 @@ PREPARE_AUDIT_HOST_INTERFACE_H(funcname, contextname, const char*) \
PREPARE_AUDIT_HOST_H(host, AUDIT_RESOURCE_HOST)
PREPARE_AUDIT_HOST_H(host_prototype, AUDIT_RESOURCE_HOST_PROTOTYPE)
-#define PREPARE_AUDIT_HOST_UPDATE_H(resource, type1) \
+#define PREPARE_AUDIT_HOST_UPDATE_H(resource, type1) \
void zbx_audit_host_update_json_update_##resource(zbx_uint64_t hostid, type1 old_##resource, \
type1 new_##resource); \
@@ -202,7 +202,7 @@ void zbx_audit_host_group_create_entry(int audit_action, zbx_uint64_t groupid, c
void zbx_audit_host_group_del(zbx_uint64_t groupid, const char *name);
void zbx_audit_host_group_update_json_add_details(zbx_uint64_t groupid, const char *name, int flags);
-#define PREPARE_AUDIT_HOST_GROUP_UPDATE_H(resource, type1) \
+#define PREPARE_AUDIT_HOST_GROUP_UPDATE_H(resource, type1) \
void zbx_audit_host_group_update_json_update_##resource(zbx_uint64_t groupid, type1 old_##resource, \
type1 new_##resource); \