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

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