mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
clang format
This commit is contained in:
@@ -100,7 +100,7 @@ public:
|
||||
// Pop item from front if not empty.
|
||||
void pop_front()
|
||||
{
|
||||
if(!empty())
|
||||
if (!empty())
|
||||
{
|
||||
head_ = (head_ + 1) % max_items_;
|
||||
}
|
||||
|
Reference in New Issue
Block a user