I18N: replace several spourious spaces

This commit is contained in:
Frank H. Ellenberger
2021-02-18 07:30:53 +01:00
parent 956705453e
commit 6bc8679932
36 changed files with 116 additions and 114 deletions

View File

@@ -1332,8 +1332,8 @@ xaccFreeAccount (Account *acc)
if (priv->children)
{
PERR (" instead of calling xaccFreeAccount(), please call \n"
" xaccAccountBeginEdit(); xaccAccountDestroy(); \n");
PERR (" instead of calling xaccFreeAccount(), please call\n"
" xaccAccountBeginEdit(); xaccAccountDestroy();\n");
/* First, recursively free children */
xaccFreeAccountChildren(acc);
@@ -1342,8 +1342,8 @@ xaccFreeAccount (Account *acc)
/* remove lots -- although these should be gone by now. */
if (priv->lots)
{
PERR (" instead of calling xaccFreeAccount(), please call \n"
" xaccAccountBeginEdit(); xaccAccountDestroy(); \n");
PERR (" instead of calling xaccFreeAccount(), please call\n"
" xaccAccountBeginEdit(); xaccAccountDestroy();\n");
for (lp = priv->lots; lp; lp = lp->next)
{
@@ -1361,8 +1361,8 @@ xaccFreeAccount (Account *acc)
if (priv->splits)
{
GList *slist;
PERR (" instead of calling xaccFreeAccount(), please call \n"
" xaccAccountBeginEdit(); xaccAccountDestroy(); \n");
PERR (" instead of calling xaccFreeAccount(), please call\n"
" xaccAccountBeginEdit(); xaccAccountDestroy();\n");
qof_instance_reset_editlevel(acc);