clang-format

This commit is contained in:
gabime
2019-07-10 02:42:47 +03:00
parent 261d2c5ae4
commit 5f27697198
6 changed files with 7 additions and 11 deletions

View File

@@ -61,7 +61,7 @@ protected:
size_t length = payload.size();
// limit to max int
if(length > std::numeric_limits<int>::max())
if (length > std::numeric_limits<int>::max())
{
length = std::numeric_limits<int>::max();
}