summaryrefslogtreecommitdiff
path: root/src/internal/libc.h
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2012-12-07 16:16:44 -0500
committerRich Felker <dalias@aerifal.cx>2012-12-07 16:16:44 -0500
commit03b0f13e908eb61c1218db5e4478f0162fa98f5a (patch)
tree07e87b7f5cdd67b128c845a4936a335092e2d57b /src/internal/libc.h
parent2ad9cf52eb9fea12a19bcf893828e1361a0b6546 (diff)
downloadmusl-03b0f13e908eb61c1218db5e4478f0162fa98f5a.tar.gz
fix trailing whitespace issues that crept in here and there
Diffstat (limited to 'src/internal/libc.h')
-rw-r--r--src/internal/libc.h2
1 files changed, 1 insertions, 1 deletions
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