fix trailing whitespace issues that crept in here and there
[musl] / src / internal / libc.h
index 5ab4e67..5089114 100644 (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