From 5f2f653dcb55058b0c8dc2ffd77ca3b712dea0d8 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 7 Mar 2007 11:35:06 +0000 Subject: [PATCH] r21745: indent (This used to be commit 7841b299061ec8f4f6a14720dbe4fa7108313848) --- source4/torture/torture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.11.4.GIT