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:
authorAlexander Vladishev <aleksander.vladishev@zabbix.com>2013-02-22 17:23:31 +0400
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2013-02-22 17:23:31 +0400
commit9c7c8074d4694d9813518606d64f342606555bc3 (patch)
tree800914f4a8e8120eaf51c7c39e50d434b9d461e8 /include/module.h
parentf5e3d6040f2b4d82fd882b0909c5e7cd21ee85f2 (diff)
...G...... [ZBXNEXT-1550] linux metrics: coding style, formatting, bugs
Diffstat (limited to 'include/module.h')
-rw-r--r--include/module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/module.h b/include/module.h
index b4dd0b0be42..ab052205ae7 100644
--- a/include/module.h
+++ b/include/module.h
@@ -25,7 +25,7 @@
#define ZBX_MODULE_API_VERSION_ONE 1
-#define get_rparam(request,num) ((request->nparam > num) ? request->params[num] : NULL)
+#define get_rparam(request, num) (request->nparam > num ? request->params[num] : NULL)
/* agent request structure */
typedef struct