Commit a2ee579b authored by Tom Lane's avatar Tom Lane

Repair whitespace in initdb message.

What used to be four spaces somehow turned into a tab and a couple of
spaces in commit a00c5831, no doubt from overhelpful emacs autoindent.
Noted by Peter Eisentraut.
parent dcb12ce8
...@@ -3604,7 +3604,7 @@ main(int argc, char *argv[]) ...@@ -3604,7 +3604,7 @@ main(int argc, char *argv[])
appendPQExpBufferStr(start_db_cmd, " -l logfile start"); appendPQExpBufferStr(start_db_cmd, " -l logfile start");
printf(_("\nSuccess. You can now start the database server using:\n\n" printf(_("\nSuccess. You can now start the database server using:\n\n"
" %s\n\n"), " %s\n\n"),
start_db_cmd->data); start_db_cmd->data);
destroyPQExpBuffer(start_db_cmd); destroyPQExpBuffer(start_db_cmd);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment