summaryrefslogtreecommitdiff
path: root/src/protosetup.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-16 22:09:18 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-16 22:09:18 -0700
commitfc0fc948d25dfa0f6f445a3b55610ea5b864dd60 (patch)
tree2dbe09b93360af112f8019d4016ee255bb6148cc /src/protosetup.c
parent22601de3f38d035eb874d4bd9f649ddd2b3f0ae2 (diff)
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 'src/protosetup.c')
-rw-r--r--src/protosetup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/protosetup.c b/src/protosetup.c
index 2aab6d9..a42b1a4 100644
--- a/src/protosetup.c
+++ b/src/protosetup.c
@@ -229,7 +229,7 @@ IceProtocolSetup (
else /* reply.type == ICE_PROTOCOL_ERROR */
{
/* Protocol Setup failed */
-
+
strncpy (errorStringRet, reply.protocol_error.error_message,
errorLength);
@@ -251,7 +251,7 @@ IceProtocolSetup (
*minorVersionRet = versionRec->minor_version;
*vendorRet = reply.protocol_reply.vendor;
*releaseRet = reply.protocol_reply.release;
-
+
/*
* Increase the reference count for the number of active protocols.