From 1f993c0cdebec0085c916260f62935d994437863 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Thu, 18 Apr 2024 13:49:08 +0200 Subject: include/a2i/str2i.h: wsfix Signed-off-by: Alejandro Colomar --- include/a2i/str2i.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/a2i/str2i.h b/include/a2i/str2i.h index 3cdfcff..e315337 100644 --- a/include/a2i/str2i.h +++ b/include/a2i/str2i.h @@ -45,7 +45,7 @@ #define str2u(TYPE, ...) \ -( \ +( \ _Generic((TYPE) 0, \ unsigned char: str2uhh, \ unsigned short: str2uh, \ -- cgit v1.2.3