From 95c226e9c92928e20ccdac0d060e7241859e282b Mon Sep 17 00:00:00 2001 From: gabime Date: Mon, 25 Sep 2023 05:05:25 +0300 Subject: [PATCH] format --- include/spdlog/details/os-inl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/details/os-inl.h b/include/spdlog/details/os-inl.h index 9361eb12..9500536e 100644 --- a/include/spdlog/details/os-inl.h +++ b/include/spdlog/details/os-inl.h @@ -25,7 +25,7 @@ #include #include // for FlushFileBuffers #include // for _get_osfhandle, _isatty, _fileno - #include // for _get_pid + #include // for _get_pid #ifdef __MINGW32__ #include