clang-format

This commit is contained in:
gabime
2021-07-19 00:50:51 +03:00
parent e98265a49b
commit e7e8b75a4c
75 changed files with 655 additions and 654 deletions

View File

@@ -1,10 +1,10 @@
#include "includes.h"
#ifdef _WIN32
#include <Windows.h>
# include <Windows.h>
#else
#include <sys/types.h>
#include <dirent.h>
# include <sys/types.h>
# include <dirent.h>
#endif
void prepare_logdir()