cleanup: fix some trailing spaces
authorSimo Sorce <idra@samba.org>
Thu, 24 Mar 2011 13:21:11 +0000 (09:21 -0400)
committerSimo Sorce <idra@samba.org>
Thu, 24 Mar 2011 18:57:12 +0000 (14:57 -0400)
librpc/rpc/binding.c

index cc0aed931a18f9ca19bee698471ff46d92c15266..59d508adca34da7ce304c46323db613c3f177b48 100644 (file)
@@ -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;
        }