Commit 2bcdf0cf authored by hyperxor's avatar hyperxor

clang format

parent 99feabe8
...@@ -152,7 +152,7 @@ namespace Pistache ...@@ -152,7 +152,7 @@ namespace Pistache
size_t Peer::getUniqueId() size_t Peer::getUniqueId()
{ {
static std::atomic<size_t> idCounter{0}; static std::atomic<size_t> idCounter { 0 };
return idCounter++; return idCounter++;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment