fix trailing whitespace issues that crept in here and there

This commit is contained in:
Rich Felker
2012-12-07 16:16:44 -05:00
parent 2ad9cf52eb
commit 03b0f13e90
5 changed files with 13 additions and 13 deletions

View File

@ -27,7 +27,7 @@ extern size_t __hwcap;
#if __GNUC__ < 4
#define BROKEN_VISIBILITY 1
#endif
#define ATTR_LIBC_VISIBILITY __attribute__((visibility("hidden")))
#define ATTR_LIBC_VISIBILITY __attribute__((visibility("hidden")))
#else
#define ATTR_LIBC_VISIBILITY
#endif