Added whitespaces to comments according to Google style guidelines "whitespace/comments"
This commit is contained in:
parent
ce24cabff9
commit
8d90a4e14a
10 changed files with 40 additions and 40 deletions
|
@ -160,7 +160,7 @@ std::wstring Client::sendToService(const Message &msg) {
|
||||||
}
|
}
|
||||||
Socket s;
|
Socket s;
|
||||||
s.connect(L"TelldusClient");
|
s.connect(L"TelldusClient");
|
||||||
if (!s.isConnected()) { //Connection failed
|
if (!s.isConnected()) { // sConnection failed
|
||||||
debuglog(555, "Connection failed");
|
debuglog(555, "Connection failed");
|
||||||
msleep(500);
|
msleep(500);
|
||||||
continue; // retry
|
continue; // retry
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue