clang-format
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
int
|
||||
main(int /* argc */, char** /* argv */)
|
||||
{
|
||||
using ipc::Ipc;
|
||||
using fmt::format;
|
||||
using fmt::print;
|
||||
using ipc::Ipc;
|
||||
using namespace std::chrono_literals;
|
||||
|
||||
int verbose = 0;
|
||||
@@ -34,7 +34,7 @@ main(int /* argc */, char** /* argv */)
|
||||
|
||||
int value;
|
||||
double result;
|
||||
while(1) {
|
||||
while (1) {
|
||||
{
|
||||
server.read(value);
|
||||
print("[server] read int({})\n", value);
|
||||
|
||||
Reference in New Issue
Block a user