clang-format

This commit is contained in:
gabime
2019-01-10 16:31:06 +02:00
parent a08ffcff50
commit 6b4fea39ab
4 changed files with 23 additions and 21 deletions

View File

@@ -51,7 +51,6 @@
#endif
#endif
// Get the basename of __FILE__ (at compile time if possible)
#if FMT_HAS_FEATURE(__builtin_strrchr)
#define SPDLOG_STRRCHR(str, sep) __builtin_strrchr(str, sep)