clang-format

This commit is contained in:
2025-02-27 16:40:36 +08:00
parent 282b17d7ca
commit 599547e1ae
10 changed files with 347 additions and 103 deletions

View File

@@ -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);