conffile: fix indentation in the directives definition.

Michael
This commit is contained in:
Michael Adam 2009-08-04 15:25:36 +02:00
parent e6ac4b28cd
commit f52be1a2a1

View File

@ -227,7 +227,9 @@ struct
#endif
/* loglevel */
STDCONF ("loglevel", "(critical|error|warning|notice|connect|info)",
handle_loglevel)};
handle_loglevel)
};
const unsigned int ndirectives = sizeof (directives) / sizeof (directives[0]);
/*