From 858ab8e7a73a6af670d3cf842c149412da0e5959 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 13 Feb 2024 14:22:33 +0100 Subject: Simplify --- src/common/cerr.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/common/cerr.h b/src/common/cerr.h index de58b1d..869c9e2 100644 --- a/src/common/cerr.h +++ b/src/common/cerr.h @@ -3,9 +3,7 @@ #include -/* clang-format off */ - -[[gnu::nonnull]] void cerrinit(const char *); +void cerrinit(const char *); [[noreturn, gnu::nonnull, gnu::format(printf, 1, 2)]] void die(const char *, ...); -- cgit v1.2.3