Minor tweak.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4750 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2003-04-30 17:42:24 +00:00
commit 1371a4ed5e

View file

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