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

6
src/cache/ftccmap.c vendored
View File

@ -86,9 +86,9 @@
#define FTC_CMAP_INDICES_MAX 128
/* compute a query/node hash */
#define FTC_CMAP_HASH( faceid, index, charcode ) \
( FTC_FACE_ID_HASH( faceid ) + 211 * ( index ) + \
( (charcode) / FTC_CMAP_INDICES_MAX ) )
#define FTC_CMAP_HASH( faceid, index, charcode ) \
( FTC_FACE_ID_HASH( faceid ) + 211 * (index) + \
( (charcode) / FTC_CMAP_INDICES_MAX ) )
/* the charmap query */
typedef struct FTC_CMapQueryRec_