mirror of
https://github.com/gabime/spdlog.git
synced 2025-11-16 09:28:56 +08:00
clang-format
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user