Skip to content

Commit 97d77dd

Browse files
committed
[libcxx] run clang-format on path header
1 parent 9d49d76 commit 97d77dd

File tree

1 file changed

+2
-2
lines changed
  • libcxx/include/__filesystem

1 file changed

+2
-2
lines changed

libcxx/include/__filesystem/path.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,8 +376,8 @@ struct _PathExport<char8_t> {
376376
}
377377
};
378378
# endif // _LIBCPP_HAS_CHAR8_T
379-
# endif // _LIBCPP_HAS_LOCALIZATION
380-
# endif /* _LIBCPP_WIN32API */
379+
# endif // _LIBCPP_HAS_LOCALIZATION
380+
# endif /* _LIBCPP_WIN32API */
381381

382382
class _LIBCPP_EXPORTED_FROM_ABI path {
383383
template <class _SourceOrIter, class _Tp = path&>

0 commit comments

Comments
 (0)