Cosmetic formatting fixes in generated code for exception handlers

This commit is contained in:
William S Fulton 2017-09-12 08:47:10 +01:00
commit 8a168795d3

View file

@ -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) {