Cosmetic formatting fixes in generated code for exception handlers
This commit is contained in:
parent
b41fdba9ef
commit
8a168795d3
1 changed files with 1 additions and 1 deletions
|
|
@ -454,7 +454,7 @@ String *emit_action(Node *n) {
|
|||
if (catchlist) {
|
||||
int unknown_catch = 0;
|
||||
int has_varargs = 0;
|
||||
Printf(eaction, "}\n");
|
||||
Printf(eaction, "} ");
|
||||
for (Parm *ep = catchlist; ep; ep = nextSibling(ep)) {
|
||||
String *em = Swig_typemap_lookup("throws", ep, "_e", 0);
|
||||
if (em) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue