summaryrefslogtreecommitdiffstats
path: root/lib/parse_ini.h
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2014-06-18 08:37:10 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2014-06-18 08:37:10 (GMT)
commit11bfb0def2e216eece4b680eeb91a671099a46e5 (patch)
tree89171e0742a674e8d1a5e6cb00cccd180ed3166d /lib/parse_ini.h
parente2b816986926e91227fc151af99bcf6dd5f68e74 (diff)
downloadmonitoring-plugins-11bfb0def2e216eece4b680eeb91a671099a46e5.tar.gz
lib/parse_ini.[ch]: Change code formatting
Change the indentation and formatting of the code in lib/parse_ini.c. This breaks patches against that file and makes it harder to track its history, but it (hopefully) improves readability a lot.
Diffstat (limited to 'lib/parse_ini.h')
-rw-r--r--lib/parse_ini.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/parse_ini.h b/lib/parse_ini.h
index 8b67ea3..e37601b 100644
--- a/lib/parse_ini.h
+++ b/lib/parse_ini.h
@@ -16,7 +16,7 @@ typedef struct np_arg_el {
16/* np_load_defaults: load the default configuration (if present) for 16/* np_load_defaults: load the default configuration (if present) for
17 * a plugin from the ini file 17 * a plugin from the ini file
18 */ 18 */
19np_arg_list* np_get_defaults(const char *locator, const char *default_section); 19np_arg_list *np_get_defaults(const char *locator, const char *default_section);
20 20
21#endif /* _PARSE_INI_H_ */ 21#endif /* _PARSE_INI_H_ */
22 22