Skip to content

Commit b4fe903

Browse files
committed
fix missing endline
1 parent 3edcceb commit b4fe903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/src/align.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ _LIBCPP_EXPORTED_FROM_ABI void* align(size_t alignment, size_t size, void*& ptr,
1818

1919
_LIBCPP_END_NAMESPACE_STD
2020

21-
#endif // _LIBCPP_ABI_DO_NOT_EXPORT_ALIGN
21+
#endif // _LIBCPP_ABI_DO_NOT_EXPORT_ALIGN

0 commit comments

Comments
 (0)