summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2024-04-18 13:49:08 +0200
committerAlejandro Colomar <alx@kernel.org>2024-04-18 13:49:08 +0200
commit1f993c0cdebec0085c916260f62935d994437863 (patch)
treef196f4a6b779aa099d6d1a05695008e1ef5c1b43
parentc6e42ef8199f9b20e1f85d2e7df9bf9f46acd8eb (diff)
downloadliba2i-1f993c0cdebec0085c916260f62935d994437863.tar.gz
include/a2i/str2i.h: wsfix
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--include/a2i/str2i.h2
1 files changed, 1 insertions, 1 deletions
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, \