lib/sod.h: Fix formatting failure.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 3 Aug 2019 15:02:51 +0000 (16:02 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 3 Aug 2019 15:46:22 +0000 (16:46 +0100)
lib/sod.h

index faffb20..5a14ade 100644 (file)
--- a/lib/sod.h
+++ b/lib/sod.h
@@ -104,7 +104,7 @@ SOD__VARARGS_MACROS_PREAMBLE
 #  define SOD__ALIGNOF(type) __alignof__(type)
 #else
 #  define SOD__ALIGNOF(type)                                           \
-offsetof(struct { char sod__x; type sod__y; }, sod__y)
+       offsetof(struct { char sod__x; type sod__y; }, sod__y)
 #endif
 
 /* --- @SOD__IGNORE@ --- *