mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
I18N: replace several spourious spaces
This commit is contained in:
@@ -95,7 +95,7 @@ main (int argc, char **argv)
|
||||
run_test ();
|
||||
}
|
||||
/* 'erase' the recurring tag line with dummy spaces. */
|
||||
fprintf(stdout, "Lots: Test series complete. \n");
|
||||
fprintf(stdout, "Lots: Test series complete.\n");
|
||||
fflush(stdout);
|
||||
print_test_results();
|
||||
|
||||
|
||||
@@ -853,8 +853,8 @@ acc_free
|
||||
static void
|
||||
test_xaccFreeAccount (Fixture *fixture, gconstpointer pData)
|
||||
{
|
||||
auto msg1 = "[xaccFreeAccount()] instead of calling xaccFreeAccount(), please call \n"
|
||||
" xaccAccountBeginEdit(); xaccAccountDestroy(); \n";
|
||||
auto msg1 = "[xaccFreeAccount()] instead of calling xaccFreeAccount(), please call\n"
|
||||
" xaccAccountBeginEdit(); xaccAccountDestroy();\n";
|
||||
#ifdef USE_CLANG_FUNC_SIG
|
||||
#define _func "int xaccTransGetSplitIndex(const Transaction *, const Split *)"
|
||||
#else
|
||||
@@ -967,8 +967,8 @@ Also tests:
|
||||
static void
|
||||
test_xaccAccountCommitEdit (Fixture *fixture, gconstpointer pData)
|
||||
{
|
||||
auto msg1 = "[xaccFreeAccount()] instead of calling xaccFreeAccount(), please call \n"
|
||||
" xaccAccountBeginEdit(); xaccAccountDestroy(); \n";
|
||||
auto msg1 = "[xaccFreeAccount()] instead of calling xaccFreeAccount(), please call\n"
|
||||
" xaccAccountBeginEdit(); xaccAccountDestroy();\n";
|
||||
#ifdef USE_CLANG_FUNC_SIG
|
||||
#define _func "int xaccTransGetSplitIndex(const Transaction *, const Split *)"
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user