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:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user