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
path: root/src/libs
diff options
context:
space:
mode:
authorDmitrijs Goloscapovs <dmitrijs.goloscapovs@zabbix.com>2020-10-28 09:56:37 +0300
committerDmitrijs Goloscapovs <dmitrijs.goloscapovs@zabbix.com>2020-10-28 09:56:37 +0300
commit1fa24d9c1ba1df5730837f31742272557cbba20b (patch)
treec148e91d39f1727126bd3674fabb03ca4e90f388 /src/libs
parent0bdce03a8fd8b823b2ec99948e6fe61ee1f985ea (diff)
.......PS. [ZBXNEXT-6241] format in accordance with newly documented guidelines
Diffstat (limited to 'src/libs')
-rw-r--r--src/libs/zbxembed/embed.h2
-rw-r--r--src/libs/zbxembed/zabbix.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/libs/zbxembed/embed.h b/src/libs/zbxembed/embed.h
index 1d1bdc69cab..6124b55bad5 100644
--- a/src/libs/zbxembed/embed.h
+++ b/src/libs/zbxembed/embed.h
@@ -23,7 +23,7 @@
#include "common.h"
#include "duktape.h"
-#define ZBX_ES_LOG_MEMORY_LIMIT (ZBX_MEBIBYTE * 8)
+#define ZBX_ES_LOG_MEMORY_LIMIT (ZBX_MEBIBYTE * 8)
struct zbx_es_env
{
diff --git a/src/libs/zbxembed/zabbix.c b/src/libs/zbxembed/zabbix.c
index b9023552e06..f732da63f13 100644
--- a/src/libs/zbxembed/zabbix.c
+++ b/src/libs/zbxembed/zabbix.c
@@ -111,8 +111,8 @@ out:
}
static const duk_function_list_entry zabbix_methods[] = {
- {"Log", es_zabbix_log, 2},
- {"log", es_zabbix_log, 2},
+ {"Log", es_zabbix_log, 2},
+ {"log", es_zabbix_log, 2},
{NULL, NULL, 0}
};