Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a2ee579

Browse files
committed
Repair whitespace in initdb message.
What used to be four spaces somehow turned into a tab and a couple of spaces in commit a00c583, no doubt from overhelpful emacs autoindent. Noted by Peter Eisentraut.
1 parent dcb12ce commit a2ee579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/initdb/initdb.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3604,7 +3604,7 @@ main(int argc, char *argv[])
36043604
appendPQExpBufferStr(start_db_cmd, " -l logfile start");
36053605

36063606
printf(_("\nSuccess. You can now start the database server using:\n\n"
3607-
" %s\n\n"),
3607+
" %s\n\n"),
36083608
start_db_cmd->data);
36093609

36103610
destroyPQExpBuffer(start_db_cmd);

0 commit comments

Comments
 (0)