clang-format

This commit is contained in:
gabime
2020-08-26 00:10:05 +03:00
parent 23c2c00d69
commit cd701761f9
4 changed files with 42 additions and 42 deletions

View File

@@ -29,7 +29,7 @@ void bench_mt(int howmany, std::shared_ptr<spdlog::logger> log, int thread_count
#ifdef _MSC_VER
#pragma warning(push)
#pragma warning(disable : 4996) // disable fopen warning under msvc
#endif // _MSC_VER
#endif // _MSC_VER
int count_lines(const char *filename)
{