Mercurial > hg > dhcpcd
changeset 4222:ab6e6fae5e3e draft
Whitespace.
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Sat, 10 Feb 2018 20:52:31 +0000 |
| parents | b95a90df2c1b |
| children | 467600defbe4 |
| files | src/common.h |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/common.h Fri Feb 02 16:39:03 2018 +0000 +++ b/src/common.h Sat Feb 10 20:52:31 2018 +0000 @@ -141,7 +141,7 @@ # 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
