From: Wayne Davison Date: Mon, 3 Jul 2006 22:30:13 +0000 (+0000) Subject: Fixed the indentation on a few lines. X-Git-Tag: v2.6.9pre1~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70c81b0c07e0442b07b3fe30680063baf6fafe33;p=thirdparty%2Frsync.git Fixed the indentation on a few lines. --- diff --git a/t_stub.c b/t_stub.c index 9a854628..6042aca3 100644 --- a/t_stub.c +++ b/t_stub.c @@ -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; } -