summaryrefslogtreecommitdiff
path: root/Xtrans.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-16 22:54:41 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-16 22:54:41 -0700
commiteb9ec458b7fb5332f7ae7b8faf59443a9075ec60 (patch)
treeb40d91f6edf2af21a53ed7f3b64a16a15bf8384e /Xtrans.h
parent36174eb06e805fa51c9c2e9e914fdfad4a99f50f (diff)
downloadxorg-lib-libxtrans-eb9ec458b7fb5332f7ae7b8faf59443a9075ec60.tar.gz
Strip trailing whitespace
Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' git diff -w & git diff -b show no diffs from this change Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'Xtrans.h')
-rw-r--r--Xtrans.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Xtrans.h b/Xtrans.h
index 5eac908..6f8f909 100644
--- a/Xtrans.h
+++ b/Xtrans.h
@@ -162,7 +162,7 @@ typedef long BytesReadable_t;
#endif
-#if defined(WIN32) || defined(USG)
+#if defined(WIN32) || defined(USG)
/*
* TRANS(Readv) and TRANS(Writev) use struct iovec, normally found
@@ -437,13 +437,13 @@ TRANS(GetPeerNetworkId)(
#endif /* ICE_t */
-int
+int
TRANS(GetHostname) (
char * /* buf */,
int /* maxlen */
);
-#if defined(WIN32) && defined(TCPCONN)
+#if defined(WIN32) && defined(TCPCONN)
int TRANS(WSAStartup)();
#endif