From dd7c04a39bd88da8e381bb88078c41b049a6665c Mon Sep 17 00:00:00 2001 From: Kimplul Date: Fri, 21 Oct 2022 21:34:18 +0300 Subject: beautification --- include/apos/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/apos/utils.h') diff --git a/include/apos/utils.h b/include/apos/utils.h index 6eeb54f..378f3a0 100644 --- a/include/apos/utils.h +++ b/include/apos/utils.h @@ -190,7 +190,7 @@ * Signal to the compiler that some region is unreachable. * Mainly used for debugging with instrumentation, though it could provide some * micro-optimisations. -*/ + */ #if __has_builtin(__builtin_unreachable) #define unreachable() __builtin_unreachable() #else -- cgit v1.3