summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2011-03-24 09:21:11 -0400
committerSimo Sorce <idra@samba.org>2011-03-24 14:57:12 -0400
commit95daebe1c339cefe87bcb5d4e2afc79a45af3b62 (patch)
tree32fcee15a64a3cb79769f661c7293accdfcfa418 /librpc
parentdbe957e48fec13aec39b7c2675cd4b7cde55d9d0 (diff)
downloadsamba-95daebe1c339cefe87bcb5d4e2afc79a45af3b62.tar.gz
samba-95daebe1c339cefe87bcb5d4e2afc79a45af3b62.tar.bz2
samba-95daebe1c339cefe87bcb5d4e2afc79a45af3b62.zip
cleanup: fix some trailing spaces
Diffstat (limited to 'librpc')
-rw-r--r--librpc/rpc/binding.c8
1 files changed, 4 insertions, 4 deletions
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;
}