Skip to content

Commit de27e34

Browse files
moleiumHxnter999
andcommitted
[libcxx] Fix indentation for macros in filesystem header
Co-authored-by: Hxnter999 <Hxnter999@users.noreply.github.com>
1 parent 005ac72 commit de27e34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libcxx/include/__filesystem/u8path.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include <__filesystem/path.h>
1616

1717
#if _LIBCPP_HAS_LOCALIZATION
18-
#include <__locale>
18+
#include <__locale>
1919
#endif
2020
#include <string>
2121

@@ -90,6 +90,7 @@ _LIBCPP_HIDE_FROM_ABI _LIBCPP_DEPRECATED_WITH_CHAR8_T path u8path(const _Source&
9090
}
9191

9292
_LIBCPP_END_NAMESPACE_FILESYSTEM
93+
9394
#endif // _LIBCPP_STD_VER >= 17
9495

9596
#endif // _LIBCPP___FILESYSTEM_U8PATH_H

0 commit comments

Comments
 (0)