formatting
This commit is contained in:
@@ -227,7 +227,7 @@ string fetchData(ebusd::TCPSocket* socket, bool listening) {
|
||||
}
|
||||
} else if (newInput) {
|
||||
getline(cin, message);
|
||||
if (message.length()==0) {
|
||||
if (message.length() == 0) {
|
||||
continue;
|
||||
}
|
||||
sendmessage = message+'\n';
|
||||
|
||||
Reference in New Issue
Block a user