From: Simo Sorce Date: Thu, 24 Mar 2011 13:21:11 +0000 (-0400) Subject: cleanup: fix some trailing spaces X-Git-Tag: ldb-1.1.0~559 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=95daebe1c339cefe87bcb5d4e2afc79a45af3b62;p=thirdparty%2Fsamba.git cleanup: fix some trailing spaces --- diff --git a/librpc/rpc/binding.c b/librpc/rpc/binding.c index cc0aed931a1..59d508adca3 100644 --- a/librpc/rpc/binding.c +++ b/librpc/rpc/binding.c @@ -646,9 +646,9 @@ _PUBLIC_ const char *derpc_transport_string_by_transport(enum dcerpc_transport_t return NULL; } -_PUBLIC_ NTSTATUS dcerpc_binding_from_tower(TALLOC_CTX *mem_ctx, - struct epm_tower *tower, - struct dcerpc_binding **b_out) +_PUBLIC_ NTSTATUS dcerpc_binding_from_tower(TALLOC_CTX *mem_ctx, + struct epm_tower *tower, + struct dcerpc_binding **b_out) { NTSTATUS status; struct dcerpc_binding *binding; @@ -677,7 +677,7 @@ _PUBLIC_ NTSTATUS dcerpc_binding_from_tower(TALLOC_CTX *mem_ctx, status = dcerpc_floor_get_lhs_data(&tower->floors[0], &binding->object); if (!NT_STATUS_IS_OK(status)) { - DEBUG(1, ("Error pulling object uuid and version: %s", nt_errstr(status))); + DEBUG(1, ("Error pulling object uuid and version: %s", nt_errstr(status))); return status; }