r1148: fixed a minor formatting error in generated code
authorAndrew Tridgell <tridge@samba.org>
Tue, 15 Jun 2004 03:50:22 +0000 (03:50 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:56:41 +0000 (12:56 -0500)
source/build/pidl/parser.pm

index 120c964bbcd55371aa9d9c590047fccf9e581960..7bfd691d00fc852c6bb3cf17862a6116eab21fcd 100644 (file)
@@ -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";