mirror of
https://github.com/postgres/postgres.git
synced 2025-08-05 07:41:25 +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)
|
if (need_cleanup)
|
||||||
fprintf(stderr, "%s and later\n", exclusiveCleanupFileName);
|
fprintf(stderr, "%s and later\n", exclusiveCleanupFileName);
|
||||||
else
|
else
|
||||||
fprintf(stderr, "No cleanup required\n");
|
fprintf(stderr, "no cleanup required\n");
|
||||||
fflush(stderr);
|
fflush(stderr);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user