diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-16 22:09:18 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-16 22:09:18 -0700 |
commit | fc0fc948d25dfa0f6f445a3b55610ea5b864dd60 (patch) | |
tree | 2dbe09b93360af112f8019d4016ee255bb6148cc /include | |
parent | 22601de3f38d035eb874d4bd9f649ddd2b3f0ae2 (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 'include')
-rw-r--r-- | include/X11/ICE/ICEconn.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/X11/ICE/ICEconn.h b/include/X11/ICE/ICEconn.h index f169b6c..e5d493a 100644 --- a/include/X11/ICE/ICEconn.h +++ b/include/X11/ICE/ICEconn.h @@ -32,7 +32,7 @@ Author: Ralph Mor, X Consortium #include <X11/ICE/ICElib.h> /* - * Data structures for ICE connection object + * Data structures for ICE connection object */ typedef struct _IceSavedReplyWait { |