mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 09:09:35 +08:00
Code formatting
This commit is contained in:
@@ -147,7 +147,7 @@ void async_example()
|
||||
void binary_example()
|
||||
{
|
||||
std::vector<char> buf;
|
||||
for(int i = 0; i < 80; i++)
|
||||
for (int i = 0; i < 80; i++)
|
||||
{
|
||||
buf.push_back(static_cast<char>(i & 0xff));
|
||||
}
|
||||
|
Reference in New Issue
Block a user