From 0293c1859cdb530716d2d82938b37ded22420360 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 15 Jun 2004 03:50:22 +0000 Subject: r1148: fixed a minor formatting error in generated code (This used to be commit 0a67b9c324fb4fd74de0f3c12e55de6972b88cdd) --- source4/build/pidl/parser.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/build') 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"; -- cgit