1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Remove literal tabs from message strings

This commit is contained in:
Peter Eisentraut
2011-05-28 01:01:42 +03:00
parent 420dcaaeb1
commit 4d7d6386d7

View File

@ -735,7 +735,7 @@ main(int argc, char **argv)
if (need_cleanup)
fprintf(stderr, "%s and later\n", exclusiveCleanupFileName);
else
fprintf(stderr, "No cleanup required\n");
fprintf(stderr, "no cleanup required\n");
fflush(stderr);
}