diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2026-06-10 14:49:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-10 14:49:33 +0200 |
| commit | f8aad020f7c0be604da8981663b6d815f94ffaa4 (patch) | |
| tree | e1c7bdeff275778b4dd324d26e826c861d143b48 /lib/parse_ini.c | |
| parent | 47b1b2d754d4809006f6dc1aa13ba9c80405975c (diff) | |
| download | monitoring-plugins-f8aad020f7c0be604da8981663b6d815f94ffaa4.tar.gz | |
Run clang-format on everything once again (#2275)
Co-authored-by: Lorenz Kästle <lorenz.kaestle@netways.de>
Diffstat (limited to 'lib/parse_ini.c')
| -rw-r--r-- | lib/parse_ini.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/parse_ini.c b/lib/parse_ini.c index 8a54af58..98207051 100644 --- a/lib/parse_ini.c +++ b/lib/parse_ini.c | |||
| @@ -130,7 +130,8 @@ np_arg_list *np_get_defaults(const char *locator, const char *default_section) { | |||
| 130 | 130 | ||
| 131 | np_arg_list *defaults = NULL; | 131 | np_arg_list *defaults = NULL; |
| 132 | if (!read_defaults(inifile, ini_info.stanza, &defaults)) { | 132 | if (!read_defaults(inifile, ini_info.stanza, &defaults)) { |
| 133 | die(STATE_UNKNOWN, _("Invalid section '%s' in config file '%s'\n"), ini_info.stanza, ini_info.file); | 133 | die(STATE_UNKNOWN, _("Invalid section '%s' in config file '%s'\n"), ini_info.stanza, |
| 134 | ini_info.file); | ||
| 134 | } | 135 | } |
| 135 | 136 | ||
| 136 | if (ini_info.file_string_on_heap) { | 137 | if (ini_info.file_string_on_heap) { |
