mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
r20145: fix whitespaces
metze
This commit is contained in:
parent
0359d9a00b
commit
d2d9842914
@ -156,9 +156,8 @@ _PUBLIC_ struct torture_test *torture_rpc_tcase_add_test(
|
||||
|
||||
NTSTATUS torture_rpc_init(void)
|
||||
{
|
||||
struct torture_suite *suite = torture_suite_create(
|
||||
talloc_autofree_context(),
|
||||
"RPC");
|
||||
struct torture_suite *suite = torture_suite_create(talloc_autofree_context(), "RPC");
|
||||
|
||||
dcerpc_init();
|
||||
|
||||
dcerpc_table_init();
|
||||
@ -216,8 +215,7 @@ NTSTATUS torture_rpc_init(void)
|
||||
torture_suite_add_simple_test(suite, "BENCH-RPC", torture_bench_rpc);
|
||||
torture_suite_add_simple_test(suite, "ASYNCBIND", torture_async_bind);
|
||||
|
||||
suite->description = talloc_strdup(suite,
|
||||
"DCE/RPC protocol and interface tests");
|
||||
suite->description = talloc_strdup(suite, "DCE/RPC protocol and interface tests");
|
||||
|
||||
torture_register_suite(suite);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user