From: foobar Date: Sun, 27 Feb 2005 12:50:22 +0000 (+0000) Subject: cs fix (really annoying :) X-Git-Tag: RELEASE_0_3~156 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f57b46f6740d61554ef5e8590bbe2c831387eee;p=php cs fix (really annoying :) --- diff --git a/main/main.c b/main/main.c index fd5283702d..b2dd27e066 100644 --- a/main/main.c +++ b/main/main.c @@ -594,7 +594,8 @@ PHPAPI void php_html_puts(const char *str, uint size TSRMLS_DC) /* }}} */ /* {{{ php_suppress_errors */ -PHPAPI void php_set_error_handling(error_handling_t error_handling, zend_class_entry *exception_class TSRMLS_DC) { +PHPAPI void php_set_error_handling(error_handling_t error_handling, zend_class_entry *exception_class TSRMLS_DC) +{ PG(error_handling) = error_handling; PG(exception_class) = exception_class; if (PG(last_error_message)) {