]> granicus.if.org Git - php/commitdiff
- Last ws pollution, I hope.
authorJani Taskinen <jani@php.net>
Tue, 29 Dec 2009 13:00:09 +0000 (13:00 +0000)
committerJani Taskinen <jani@php.net>
Tue, 29 Dec 2009 13:00:09 +0000 (13:00 +0000)
ext/tidy/tidy.c

index 8eac16ea2adfb6e86c4217c5b67f4bee1b1afdba..89429c45807272d8acf93ecbdb6fb60608b8ec12 100644 (file)
                MAKE_STD_ZVAL(tmp); \
                ZVAL_BOOL(tmp, _bool); \
                zend_ascii_hash_update(_table, #_key, sizeof(#_key), (void *)&tmp, sizeof(zval *), NULL); \
-   }
+       }
 
 #define TIDY_OPEN_BASEDIR_CHECK(filename) \
        if (php_check_open_basedir(filename TSRMLS_CC)) { \