From: Wayne Davison Date: Mon, 3 Jul 2006 22:30:13 +0000 (+0000) Subject: Fixed the indentation on a few lines. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/70c81b0c07e0442b07b3fe30680063baf6fafe33 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; } -