diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-28 21:49:29 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-28 21:49:29 -0700 |
commit | e53ac1417a453abbdba751345ef6a227d65ef5e7 (patch) | |
tree | 89f22d1cee46fb0c1813d19bf1add3baa29d5a09 /grid.h | |
parent | 50089064f6a02a3330578a50918c3cee5c9cda98 (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 'grid.h')
-rw-r--r-- | grid.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -101,5 +101,5 @@ GridFirstChar (Widget w); long GridLastChar (Widget w); - + #endif /* _FontGrid_h_ */ |