Skip to content

Commit

Permalink
Update command.cpp
Browse files Browse the repository at this point in the history
All # have a space before and after. This has not. It must be a mistake?

Signed-off-by: Ronnie <[email protected]>
  • Loading branch information
Jugolo authored Jun 1, 2024
1 parent 0e5efab commit 261468d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1642,7 +1642,7 @@ bool COMMAND::execute_internal_command (int cmd, String cmd_params, level_authen
resp += "0.0.0.0";
}
#endif
resp += "# hostname:";
resp += " # hostname:";
String defV = DEFAULT_HOSTNAME;
resp += prefs.getString(HOSTNAME_ENTRY, defV);;
prefs.end();
Expand Down

0 comments on commit 261468d

Please sign in to comment.