* src/gnome/top-level.c (gnucash_ui_init): remove the \n's frome

the ENTER and LEAVE calls.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4966 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
James LewisMoss 2001-07-20 19:33:32 +00:00
parent ec7add1768
commit 5fd2cd60e9

View File

@ -200,7 +200,7 @@ gnucash_ui_init(void)
GError *gerror;
#endif
ENTER ("\n");
ENTER (" ");
/* We're going to have to have other ways to handle X and GUI
specific args... */
@ -333,7 +333,7 @@ gnucash_ui_init(void)
}
}
LEAVE ("\n");
LEAVE (" ");
return 0;
}