Commit 70c81b0c authored by Wayne Davison's avatar Wayne Davison

Fixed the indentation on a few lines.

parent 47c11975
......@@ -66,16 +66,15 @@ struct filter_list_struct server_filter_list;
char *lp_name(UNUSED(int mod))
{
return NULL;
return NULL;
}
BOOL lp_use_chroot(UNUSED(int mod))
{
return 0;
return 0;
}
char *lp_path(UNUSED(int mod))
{
return NULL;
return NULL;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment