Should have a space between // and comment "whitespace/comments"

This commit is contained in:
Micke Prag 2012-02-28 22:20:03 +01:00
parent e1608f94a8
commit 75f21588e5
39 changed files with 225 additions and 224 deletions

View file

@ -121,7 +121,7 @@ std::wstring Socket::read(int timeout) {
void Socket::stopReadWait() {
TelldusCore::MutexLocker locker(&d->mutex);
d->connected = false;
//TODO somehow signal the socket here?
// TODO somehow signal the socket here?
}
void Socket::write(const std::wstring &msg) {