From 95daebe1c339cefe87bcb5d4e2afc79a45af3b62 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 24 Mar 2011 09:21:11 -0400 Subject: cleanup: fix some trailing spaces --- librpc/rpc/binding.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'librpc/rpc') diff --git a/librpc/rpc/binding.c b/librpc/rpc/binding.c index cc0aed931a..59d508adca 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; } -- cgit