Skip to content

Commit fdf4be8

Browse files
committed
Format
1 parent 7630669 commit fdf4be8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libcxx/include/__verbose_abort

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ _LIBCPP_BEGIN_NAMESPACE_STD
2626

2727
// This function should never be called directly from the code -- it should only be called through
2828
// the _LIBCPP_VERBOSE_ABORT macro.
29-
[[__noreturn__]] _LIBCPP_AVAILABILITY_VERBOSE_ABORT _LIBCPP_OVERRIDABLE_FUNC_VIS
30-
_LIBCPP_ATTRIBUTE_FORMAT(__printf__, 1, 2) void __libcpp_verbose_abort(const char* __format, ...) _LIBCPP_VERBOSE_ABORT_NOEXCEPT;
29+
[[__noreturn__]] _LIBCPP_AVAILABILITY_VERBOSE_ABORT _LIBCPP_OVERRIDABLE_FUNC_VIS _LIBCPP_ATTRIBUTE_FORMAT(
30+
__printf__, 1, 2) void __libcpp_verbose_abort(const char* __format, ...) _LIBCPP_VERBOSE_ABORT_NOEXCEPT;
3131

3232
// _LIBCPP_VERBOSE_ABORT(format, args...)
3333
//

0 commit comments

Comments
 (0)