]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Whitespace.
authorRoy Marples <roy@marples.name>
Sat, 10 Feb 2018 20:52:31 +0000 (20:52 +0000)
committerRoy Marples <roy@marples.name>
Sat, 10 Feb 2018 20:52:31 +0000 (20:52 +0000)
src/common.h

index fe9deb85e8e03a9746ce065434127cc3948d0441..3031fab68755b9ab82ceb8d8e7a900bb747ec207 100644 (file)
 #  define      __CTASSERT99(x, a, b)   __CTASSERT0(x, __CONCAT(__ctassert,a), \
                                               __CONCAT(_,b))
 # endif
-# define       __CTASSERT0(x, y, z)    __CTASSERT1(x, y, z) 
+# define       __CTASSERT0(x, y, z)    __CTASSERT1(x, y, z)
 # define       __CTASSERT1(x, y, z)    typedef char y ## z[/*CONSTCOND*/(x) ? 1 : -1] __unused
 #endif