diff options
author | stwo <stwo> | 2012-08-06 20:15:58 (GMT) |
---|---|---|
committer | stwo <stwo> | 2012-08-06 20:15:58 (GMT) |
commit | 2946c1e2cd1ed3692b07ee9d0b6f44a51e33a285 (patch) | |
tree | 004c5b3a09f74ca326a70181a561eaba177d2c7c /unix/tkUnixRFont.c | |
parent | 307e6caf5d141645d34ecebb2849192d28960461 (diff) | |
download | tk-2946c1e2cd1ed3692b07ee9d0b6f44a51e33a285.zip tk-2946c1e2cd1ed3692b07ee9d0b6f44a51e33a285.tar.gz tk-2946c1e2cd1ed3692b07ee9d0b6f44a51e33a285.tar.bz2 |
Zap trailing whitespace.
Diffstat (limited to 'unix/tkUnixRFont.c')
-rw-r--r-- | unix/tkUnixRFont.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tkUnixRFont.c b/unix/tkUnixRFont.c index 4203ff9..50642ad 100644 --- a/unix/tkUnixRFont.c +++ b/unix/tkUnixRFont.c @@ -936,7 +936,7 @@ TkDrawAngledChars( nglyph = 0; currentFtFont = NULL; originX = originY = 0; /* lint */ - + while (numBytes > 0 && x <= maxCoord && x >= minCoord && y <= maxCoord && y >= minCoord) { XftFont *ftFont; |