moriyoshi                                Sun, 28 Feb 2010 07:49:36 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=295575

Log:
- Whitespaces.

Changed paths:
    U   
php/php-src/branches/PHP_5_2/ext/mbstring/libmbfl/filters/mbfilter_euc_jp_win.c
    U   
php/php-src/branches/PHP_5_3/ext/mbstring/libmbfl/filters/mbfilter_euc_jp_win.c
    U   php/php-src/trunk/ext/mbstring/libmbfl/filters/mbfilter_euc_jp_win.c

Modified: 
php/php-src/branches/PHP_5_2/ext/mbstring/libmbfl/filters/mbfilter_euc_jp_win.c
===================================================================
--- 
php/php-src/branches/PHP_5_2/ext/mbstring/libmbfl/filters/mbfilter_euc_jp_win.c 
    2010-02-28 04:02:52 UTC (rev 295574)
+++ 
php/php-src/branches/PHP_5_2/ext/mbstring/libmbfl/filters/mbfilter_euc_jp_win.c 
    2010-02-28 07:49:36 UTC (rev 295575)
@@ -153,8 +153,8 @@
                                        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) {

Modified: 
php/php-src/branches/PHP_5_3/ext/mbstring/libmbfl/filters/mbfilter_euc_jp_win.c
===================================================================
--- 
php/php-src/branches/PHP_5_3/ext/mbstring/libmbfl/filters/mbfilter_euc_jp_win.c 
    2010-02-28 04:02:52 UTC (rev 295574)
+++ 
php/php-src/branches/PHP_5_3/ext/mbstring/libmbfl/filters/mbfilter_euc_jp_win.c 
    2010-02-28 07:49:36 UTC (rev 295575)
@@ -153,8 +153,8 @@
                                        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) {

Modified: php/php-src/trunk/ext/mbstring/libmbfl/filters/mbfilter_euc_jp_win.c
===================================================================
--- php/php-src/trunk/ext/mbstring/libmbfl/filters/mbfilter_euc_jp_win.c        
2010-02-28 04:02:52 UTC (rev 295574)
+++ php/php-src/trunk/ext/mbstring/libmbfl/filters/mbfilter_euc_jp_win.c        
2010-02-28 07:49:36 UTC (rev 295575)
@@ -153,8 +153,8 @@
                                        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) {

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to