From 03b0f13e908eb61c1218db5e4478f0162fa98f5a Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Fri, 7 Dec 2012 16:16:44 -0500 Subject: fix trailing whitespace issues that crept in here and there --- src/internal/libc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/internal') diff --git a/src/internal/libc.h b/src/internal/libc.h index 5ab4e679..50891148 100644 --- a/src/internal/libc.h +++ b/src/internal/libc.h @@ -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 -- cgit v1.2.1