From dae1aeb1f737fa00797ce92e057a7e44bc92684f Mon Sep 17 00:00:00 2001 From: gabime Date: Mon, 4 Nov 2019 16:48:54 +0200 Subject: [PATCH] clang-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 a6714ce0..af796740 100644 --- a/include/spdlog/details/os-inl.h +++ b/include/spdlog/details/os-inl.h @@ -141,7 +141,7 @@ SPDLOG_INLINE void prevent_child_fd(FILE *f) } #endif } -#endif //SPDLOG_PREVENT_CHILD_FD +#endif // SPDLOG_PREVENT_CHILD_FD // fopen_s on non windows for writing SPDLOG_INLINE bool fopen_s(FILE **fp, const filename_t &filename, const filename_t &mode)