summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-03-09 21:59:37 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:56:51 -0500
commitf07143c35cc4514e6714d34e43ea065c38fc2321 (patch)
tree4063d4a1f1efd8dc4d708740288dda6bfa48e805
parent93c3f14fd6d40418b58a773c14ccb47f1a69434b (diff)
downloadsamba-f07143c35cc4514e6714d34e43ea065c38fc2321.tar.gz
samba-f07143c35cc4514e6714d34e43ea065c38fc2321.tar.bz2
samba-f07143c35cc4514e6714d34e43ea065c38fc2321.zip
r14105: fix whitespaces
metze (This used to be commit 1b4c9f7fc203908d9cdd331f26b983fb445f05e2)
-rw-r--r--source4/pidl/lib/Parse/Pidl/Samba4/NDR/Client.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/pidl/lib/Parse/Pidl/Samba4/NDR/Client.pm b/source4/pidl/lib/Parse/Pidl/Samba4/NDR/Client.pm
index 83f9034c7c..1da765303c 100644
--- a/source4/pidl/lib/Parse/Pidl/Samba4/NDR/Client.pm
+++ b/source4/pidl/lib/Parse/Pidl/Samba4/NDR/Client.pm
@@ -40,7 +40,7 @@ NTSTATUS dcerpc_$name(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx, struct $name *
status = dcerpc_ndr_request_recv(req);
- if (NT_STATUS_IS_OK(status) && (p->conn->flags & DCERPC_DEBUG_PRINT_OUT)) {
+ if (NT_STATUS_IS_OK(status) && (p->conn->flags & DCERPC_DEBUG_PRINT_OUT)) {
NDR_PRINT_OUT_DEBUG($name, r);
}
";