summaryrefslogtreecommitdiff
path: root/t_stub.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2006-07-03 22:30:13 +0000
committerWayne Davison <wayned@samba.org>2006-07-03 22:30:13 +0000
commit70c81b0c07e0442b07b3fe30680063baf6fafe33 (patch)
tree93d445b2000eb173b778160192ef37f2bdea1a7e /t_stub.c
parent47c1197534c3247a2669df86fbc36d4094d6ba93 (diff)
downloadrsync-70c81b0c07e0442b07b3fe30680063baf6fafe33.tar.gz
Fixed the indentation on a few lines.
Diffstat (limited to 't_stub.c')
-rw-r--r--t_stub.c7
1 files changed, 3 insertions, 4 deletions
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;
}
-