From: Jani Taskinen Date: Thu, 27 Sep 2007 15:59:42 +0000 (+0000) Subject: last ws X-Git-Tag: BEFORE_IMPORT_OF_MYSQLND_IN_5_3~83 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7668572e26b1b6f5f2c6577e733b93fbf2e25710;p=php last ws --- diff --git a/Zend/zend_ini.c b/Zend/zend_ini.c index b65dcb97e2..a7ce691f95 100644 --- a/Zend/zend_ini.c +++ b/Zend/zend_ini.c @@ -394,10 +394,10 @@ static void zend_ini_displayer_cb(zend_ini_entry *ini_entry, int type) /* {{{ */ } else { if (zend_uv.html_errors) { display_string = NO_VALUE_HTML; - display_string_length = sizeof(NO_VALUE_HTML)-1; + display_string_length = sizeof(NO_VALUE_HTML) - 1; } else { display_string = NO_VALUE_PLAINTEXT; - display_string_length = sizeof(NO_VALUE_PLAINTEXT)-1; + display_string_length = sizeof(NO_VALUE_PLAINTEXT) - 1; } } } else if (ini_entry->value && ini_entry->value[0]) { @@ -406,10 +406,10 @@ static void zend_ini_displayer_cb(zend_ini_entry *ini_entry, int type) /* {{{ */ } else { if (zend_uv.html_errors) { display_string = NO_VALUE_HTML; - display_string_length = sizeof(NO_VALUE_HTML)-1; + display_string_length = sizeof(NO_VALUE_HTML) - 1; } else { display_string = NO_VALUE_PLAINTEXT; - display_string_length = sizeof(NO_VALUE_PLAINTEXT)-1; + display_string_length = sizeof(NO_VALUE_PLAINTEXT) - 1; } } ZEND_WRITE(display_string, display_string_length);