From f9cb6b08e5e623c6a3e30dfc60e8895296faf65c Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Wed, 30 Apr 2003 17:42:24 +0000 Subject: [PATCH] Minor tweak. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4750 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Source/Swig/wrapfunc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/SWIG/Source/Swig/wrapfunc.c b/SWIG/Source/Swig/wrapfunc.c index 1a952989a..a2caff024 100644 --- a/SWIG/Source/Swig/wrapfunc.c +++ b/SWIG/Source/Swig/wrapfunc.c @@ -132,6 +132,7 @@ Wrapper_pretty_print(String *str, File *f) { empty = 0; } else if (c == '\n') { Putc(c,ts); + empty = 0; if (!empty) { if ((Char(ts))[0] != '#') { for (i = 0; i < level; i++)