From: Moriyoshi Koizumi Date: Sun, 28 Feb 2010 07:49:36 +0000 (+0000) Subject: - Whitespaces. X-Git-Tag: php-5.4.0alpha1~191^2~1923 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a982d8b5e3d371deca5e9f75887b9758cb038a42;p=php - Whitespaces. --- diff --git a/ext/mbstring/libmbfl/filters/mbfilter_euc_jp_win.c b/ext/mbstring/libmbfl/filters/mbfilter_euc_jp_win.c index ece0c7ee41..848dbff228 100644 --- a/ext/mbstring/libmbfl/filters/mbfilter_euc_jp_win.c +++ b/ext/mbstring/libmbfl/filters/mbfilter_euc_jp_win.c @@ -153,8 +153,8 @@ mbfl_filt_conv_eucjpwin_wchar(int c, mbfl_convert_filter *filter) w = cp932ext1_ucs_table[s - cp932ext1_ucs_table_min]; } else if (s >= 0 && s < jisx0208_ucs_table_size) { /* X 0208 */ w = jisx0208_ucs_table[s]; - } else if (s >= (84*94)) { /* user (85ku - 94ku) */ - w = s - (84*94) + 0xe000; + } else if (s >= (84 * 94)) { /* user (85ku - 94ku) */ + w = s - (84 * 94) + 0xe000; } } if (w <= 0) {