🧹 apply clang-format

This commit is contained in:
Vladislav Nepogodin 2022-08-14 00:32:23 +04:00
parent a706befdf4
commit 62a6f4c2c6
No known key found for this signature in database
GPG Key ID: B62C3D10C54D5DA9

View File

@ -18,13 +18,13 @@
#include <filesystem> // for exists, is_directory
#include <fstream> // for ofstream
#include <iostream> // for basic_istream, cin
#include <mutex> // for mutex
#include <string> // for operator==, string, basic_string, allocator
#include <sys/mount.h> // for mount
#include <sys/wait.h> // for waitpid
#include <thread> // for sleep_for
#include <unistd.h> // for execvp, fork
#include <unordered_map> // for unordered_map
#include <mutex> // for mutex
#if defined(__clang__)
#pragma clang diagnostic push