From d26aabff0401690d6dd1332558b40f5cb64e4428 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Mon, 17 Oct 2022 00:06:11 +0200 Subject: Everywhere: Run clang-format --- AK/Assertions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AK/Assertions.h') diff --git a/AK/Assertions.h b/AK/Assertions.h index 55e3eb7cad..d3de619a72 100644 --- a/AK/Assertions.h +++ b/AK/Assertions.h @@ -13,7 +13,7 @@ # ifndef NDEBUG # define VERIFY assert # else -# define __stringify_helper(x) # x +# define __stringify_helper(x) #x # define __stringify(x) __stringify_helper(x) extern "C" __attribute__((noreturn)) void ak_verification_failed(char const*); # define VERIFY(expr) \ -- cgit v1.2.3