Whitespace.

This commit is contained in:
Werner Lemberg 2009-03-20 16:10:26 +01:00
parent 9dbfac22bc
commit f4a82bee1e
1 changed files with 3 additions and 3 deletions

2
src/cache/ftccmap.c vendored
View File

@ -87,7 +87,7 @@
/* compute a query/node hash */
#define FTC_CMAP_HASH( faceid, index, charcode ) \
( FTC_FACE_ID_HASH( faceid ) + 211 * ( index ) + \
( FTC_FACE_ID_HASH( faceid ) + 211 * (index) + \
( (charcode) / FTC_CMAP_INDICES_MAX ) )
/* the charmap query */