Apply clang-format and update inclusion guards

This commit is contained in:
Victor Zverovich
2019-12-18 11:05:31 -08:00
parent 6100ed4bb3
commit 2201890d7a
3 changed files with 9 additions and 7 deletions

View File

@@ -5,8 +5,8 @@
//
// For the license information refer to format.h.
#ifndef FMT_POSIX_H_
#define FMT_POSIX_H_
#ifndef FMT_OS_H_
#define FMT_OS_H_
#if defined(__MINGW32__) || defined(__CYGWIN__)
// Workaround MinGW bug https://sourceforge.net/p/mingw/bugs/2024/.
@@ -397,4 +397,4 @@ class Locale {
#endif // FMT_LOCALE
FMT_END_NAMESPACE
#endif // FMT_POSIX_H_
#endif // FMT_OS_H_