From 3f57b46f6740d61554ef5e8590bbe2c831387eee Mon Sep 17 00:00:00 2001 From: foobar Date: Sun, 27 Feb 2005 12:50:22 +0000 Subject: [PATCH] cs fix (really annoying :) --- main/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)) { -- 2.50.1