summaryrefslogtreecommitdiffstats
path: root/source4/torture/torture.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2007-03-07 11:35:06 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:49:22 -0500
commit5f2f653dcb55058b0c8dc2ffd77ca3b712dea0d8 (patch)
tree97a7dbc90eb75847e65f500b5964400f59c1ac60 /source4/torture/torture.c
parent85a11bc1bbf41d17d38343e9c2707604287b6f58 (diff)
downloadsamba-5f2f653dcb55058b0c8dc2ffd77ca3b712dea0d8.tar.gz
samba-5f2f653dcb55058b0c8dc2ffd77ca3b712dea0d8.tar.xz
samba-5f2f653dcb55058b0c8dc2ffd77ca3b712dea0d8.zip
r21745: indent
(This used to be commit 7841b299061ec8f4f6a14720dbe4fa7108313848)
Diffstat (limited to 'source4/torture/torture.c')
-rw-r--r--source4/torture/torture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/torture.c b/source4/torture/torture.c
index 4699df7d891..66d7bbb1018 100644
--- a/source4/torture/torture.c
+++ b/source4/torture/torture.c
@@ -62,7 +62,7 @@ int torture_init(void)
init_module_fn *shared_init = load_samba_modules(NULL, "torture");
torture_root = talloc_zero(talloc_autofree_context(),
- struct torture_suite);
+ struct torture_suite);
run_init_functions(static_init);
run_init_functions(shared_init);