summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-06-15 03:50:22 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:56:41 -0500
commit0293c1859cdb530716d2d82938b37ded22420360 (patch)
tree7838311984c5e2167a52c0d4f666cc1261916d0b /source4/build
parent0b817ae8511983825ef63d2989e937f03beb39cf (diff)
downloadsamba-0293c1859cdb530716d2d82938b37ded22420360.tar.gz
samba-0293c1859cdb530716d2d82938b37ded22420360.tar.bz2
samba-0293c1859cdb530716d2d82938b37ded22420360.zip
r1148: fixed a minor formatting error in generated code
(This used to be commit 0a67b9c324fb4fd74de0f3c12e55de6972b88cdd)
Diffstat (limited to 'source4/build')
-rw-r--r--source4/build/pidl/parser.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/pidl/parser.pm b/source4/build/pidl/parser.pm
index 120c964bbc..7bfd691d00 100644
--- a/source4/build/pidl/parser.pm
+++ b/source4/build/pidl/parser.pm
@@ -1108,7 +1108,7 @@ sub ParseFunctionPrint($)
pidl "\tif (flags & NDR_SET_VALUES) {\n";
pidl "\t\tndr->flags |= LIBNDR_PRINT_SET_VALUES;\n";
- pidl "}\n";
+ pidl "\t}\n";
pidl "\tif (flags & NDR_IN) {\n";
pidl "\t\tndr_print_struct(ndr, \"in\", \"$fn->{NAME}\");\n";