correct whitespacing in epee/*

This commit is contained in:
Erik Kimmo 2014-05-16 20:13:38 +04:00
parent ae315cfa1a
commit 033724ec4d
3 changed files with 199 additions and 202 deletions

View file

@ -93,9 +93,6 @@ namespace net_utils
LOG_PRINT_L0("JSONRPC2_RECV: " << ptr << "\r\n" << buf);
bool res = handle_buff_in(buf);
// if (m_want_close) {
// return false;
// }
return res;
}
private: