mirror of
https://github.com/CachyOS/New-Cli-Installer.git
synced 2025-01-23 22:42:31 +08:00
🧹 apply clang-format
This commit is contained in:
parent
a706befdf4
commit
62a6f4c2c6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user