conffile: fix indentation in the directives definition.
Michael
This commit is contained in:
parent
e6ac4b28cd
commit
f52be1a2a1
@ -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]);
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user