summaryrefslogtreecommitdiff
path: root/grid.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-28 21:49:29 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-28 21:49:29 -0700
commite53ac1417a453abbdba751345ef6a227d65ef5e7 (patch)
tree89f22d1cee46fb0c1813d19bf1add3baa29d5a09 /grid.h
parent50089064f6a02a3330578a50918c3cee5c9cda98 (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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/grid.h b/grid.h
index 2000d0f..c38bb56 100644
--- a/grid.h
+++ b/grid.h
@@ -101,5 +101,5 @@ GridFirstChar (Widget w);
long
GridLastChar (Widget w);
-
+
#endif /* _FontGrid_h_ */