update formatting

This commit is contained in:
2025-08-11 15:34:48 +02:00
parent 2bd68392cb
commit 782e78760b
6 changed files with 11 additions and 11 deletions

View File

@@ -4,4 +4,4 @@
#include <stdnoreturn.h>
// prints an error message and aborts execution
noreturn void fatal(char const*, ...);
noreturn void fatal(const char *, ...);