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 /gridP.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 'gridP.h')
-rw-r--r-- | gridP.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -89,16 +89,16 @@ typedef struct _FontGridRec { (g)->fontgrid.text_font ? \ (g)->fontgrid.text_font->max_bounds.width : 1) #define GridForeground(g) ((g)->fontgrid.fg_color.pixel) - + #else /* XRENDER */ - + #define GridFontHeight(g) ((g)->fontgrid.text_font->ascent + \ (g)->fontgrid.text_font->descent) #define GridFontAscent(g) ((g)->fontgrid.text_font ? \ (g)->fontgrid.text_font->ascent: 1) #define GridFontWidth(g) ((g)->fontgrid.text_font->max_bounds.width) #define GridForeground(g) ((g)->fontgrid.foreground_pixel) - + #endif /* else XRENDER */ #define DefaultCellWidth(fgw) (GridFontWidth(fgw) \ |