From 3bcd7d7fa56f3430d80f4cf7c50b9bbb86ff0965 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Sun, 3 Dec 2006 09:38:16 +0000 Subject: [PATCH] Formatting. --- src/sfnt/ttsbit0.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sfnt/ttsbit0.c b/src/sfnt/ttsbit0.c index 56ab236c0..aae2cae7e 100644 --- a/src/sfnt/ttsbit0.c +++ b/src/sfnt/ttsbit0.c @@ -137,7 +137,7 @@ * paranoid there and don't trust the data. */ count = (FT_UInt)num_strikes; - if ( 8 +48UL * count > table_size ) + if ( 8 + 48UL * count > table_size ) count = (FT_UInt)( ( p_limit - p ) / 48 ); face->sbit_num_strikes = count;