From fcda36561d668f43bac91ea31cd55cbbd605d330 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 23 Aug 2025 19:28:08 -0400 Subject: Autoformat everything with clang-format --- lib/random/sysrandom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/random/sysrandom.h') diff --git a/lib/random/sysrandom.h b/lib/random/sysrandom.h index d276be45..8acec5b7 100644 --- a/lib/random/sysrandom.h +++ b/lib/random/sysrandom.h @@ -11,5 +11,5 @@ static ssize_t getrandom(void *buf, size_t buflen, unsigned int flags) { // Use getrandom() #include #else - #error "Unsupported platform for secure random number generation" +#error "Unsupported platform for secure random number generation" #endif -- cgit v1.2.3