summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2004-07-30 05:30:14 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:57:44 -0500
commit2768216e62ae0ca666afaca312b323e9ee2b2f08 (patch)
tree27349f38a78ae1a2495976fe5336406a257b4607 /source4/build
parent578a99db4d43827ac78ca6bf94e89c883a3dd310 (diff)
downloadsamba-2768216e62ae0ca666afaca312b323e9ee2b2f08.tar.gz
samba-2768216e62ae0ca666afaca312b323e9ee2b2f08.tar.bz2
samba-2768216e62ae0ca666afaca312b323e9ee2b2f08.zip
r1611: Put a brace on a new line.
(This used to be commit d9b4e45f46cd738b196f8d167cea264b3ce0d364)
Diffstat (limited to 'source4/build')
-rw-r--r--source4/build/pidl/parser.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/build/pidl/parser.pm b/source4/build/pidl/parser.pm
index 7bfd691d00..aa05491bb9 100644
--- a/source4/build/pidl/parser.pm
+++ b/source4/build/pidl/parser.pm
@@ -448,7 +448,8 @@ sub ParseElementPullSwitch($$$$)
} else {
pidl "\t\tif (_level != $switch_var) {\n";
}
- pidl "\t\t\treturn ndr_pull_error(ndr, NDR_ERR_BAD_SWITCH, \"Bad switch value %u in $e->{NAME}\", _level);\t\t}\n";
+ pidl "\t\t\treturn ndr_pull_error(ndr, NDR_ERR_BAD_SWITCH, \"Bad switch value %u in $e->{NAME}\", _level);\n";
+ pidl "\t\t}\n";
if ($switch_var =~ /r->/) {
pidl "else { $switch_var = _level; }\n";
}