An else should appear on the same line as the preceding }, according to Google style guidelines "whitespace/newline"
This commit is contained in:
parent
58d58a8640
commit
68a041edb4
1 changed files with 1 additions and 2 deletions
|
@ -133,8 +133,7 @@ std::wstring Socket::read(int timeout) {
|
|||
|
||||
if(err == ERROR_MORE_DATA) {
|
||||
moreData = true;
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
buf[0] = 0;
|
||||
}
|
||||
if (err == ERROR_BROKEN_PIPE) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue