From 4c1ede779eab302e5db689ad9990c9aa2e56b237 Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Mon, 8 Dec 2008 12:26:08 +0000 Subject: Break at 80 columns --- src/conffile.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/conffile.c') diff --git a/src/conffile.c b/src/conffile.c index 85bab7e..c123293 100644 --- a/src/conffile.c +++ b/src/conffile.c @@ -80,7 +80,9 @@ typedef int (*CONFFILE_HANDLER) (struct config_s *, const char *, * The handling function must return 0 if the directive was processed * properly. Any errors are reported by returning a non-zero value. */ -#define HANDLE_FUNC(func) int func(struct config_s* conf, const char* line, regmatch_t match[]) +#define HANDLE_FUNC(func) \ + int func(struct config_s* conf, const char* line, \ + regmatch_t match[]) /* * List all the handling functions. These are defined later, but they need -- cgit v1.2.3