]> granicus.if.org Git - php/commitdiff
cs fix (really annoying :)
authorfoobar <sniper@php.net>
Sun, 27 Feb 2005 12:50:22 +0000 (12:50 +0000)
committerfoobar <sniper@php.net>
Sun, 27 Feb 2005 12:50:22 +0000 (12:50 +0000)
main/main.c

index fd5283702de1a93da63033beddbf026f48efee19..b2dd27e066a3da877100f30d0cc70be78bf34e40 100644 (file)
@@ -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)) {