trailing space

This commit is contained in:
Pedro F. Giffuni 2015-08-28 14:13:01 +00:00
parent ddd54889b7
commit 46e45c23d4

View File

@ -382,7 +382,7 @@
#define __returns_twice
#endif
#if __GNUC_PREREQ__(4, 6) || __has_builtin(__builtin_unreachable)
#if __GNUC_PREREQ__(4, 6) || __has_builtin(__builtin_unreachable)
#define __unreachable() __builtin_unreachable()
#else
#define __unreachable() ((void)0)