summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/autoload.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2013-03-31 12:37:45 +0000
committerChristopher Faylor <me@cgf.cx>2013-03-31 12:37:45 +0000
commit4ddb658e37db0dae87366cfa6f29a0604b3dfc7d (patch)
treefa7305ee1415eacd9a82c74b584a2274f281080d /winsup/cygwin/autoload.cc
parent8f8eeb70ba7354749c78bc5013eeb12f4c18fba0 (diff)
downloadcygnal-4ddb658e37db0dae87366cfa6f29a0604b3dfc7d.tar.gz
cygnal-4ddb658e37db0dae87366cfa6f29a0604b3dfc7d.tar.bz2
cygnal-4ddb658e37db0dae87366cfa6f29a0604b3dfc7d.zip
whitespace
Diffstat (limited to 'winsup/cygwin/autoload.cc')
-rw-r--r--winsup/cygwin/autoload.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/autoload.cc b/winsup/cygwin/autoload.cc
index 4345dc93b..3e61f837f 100644
--- a/winsup/cygwin/autoload.cc
+++ b/winsup/cygwin/autoload.cc
@@ -299,7 +299,7 @@ std_dll_init ()
/* Initialization function for winsock stuff. */
WSADATA NO_COPY wsadata;
-static long long __attribute__ ((used, noinline))
+static long long __attribute__ ((used, noinline))
wsock_init ()
{
static LONG NO_COPY here = -1L;