Skip to content

Commit 261468d

Browse files
author
Ronnie
authored
Update command.cpp
All # have a space before and after. This has not. It must be a mistake? Signed-off-by: Ronnie <[email protected]>
1 parent 0e5efab commit 261468d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/command.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1642,7 +1642,7 @@ bool COMMAND::execute_internal_command (int cmd, String cmd_params, level_authen
16421642
resp += "0.0.0.0";
16431643
}
16441644
#endif
1645-
resp += "# hostname:";
1645+
resp += " # hostname:";
16461646
String defV = DEFAULT_HOSTNAME;
16471647
resp += prefs.getString(HOSTNAME_ENTRY, defV);;
16481648
prefs.end();

0 commit comments

Comments
 (0)