git.samba.org
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb6cbf2
)
r1611: Put a brace on a new line.
author
Tim Potter
<tpot@samba.org>
Fri, 30 Jul 2004 05:30:14 +0000
(
05:30
+0000)
committer
Gerald (Jerry) Carter
<jerry@samba.org>
Wed, 10 Oct 2007 17:57:44 +0000
(12:57 -0500)
source/build/pidl/parser.pm
patch
|
blob
|
history
diff --git
a/source/build/pidl/parser.pm
b/source/build/pidl/parser.pm
index 7bfd691d00fc852c6bb3cf17862a6116eab21fcd..aa05491bb9bd421b91b4873cd6b009f1b9105192 100644
(file)
--- a/
source/build/pidl/parser.pm
+++ b/
source/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";
}