]> granicus.if.org Git - php/commitdiff
- WS
authorPierre Joye <pajoye@php.net>
Tue, 6 Sep 2011 06:32:42 +0000 (06:32 +0000)
committerPierre Joye <pajoye@php.net>
Tue, 6 Sep 2011 06:32:42 +0000 (06:32 +0000)
Zend/zend_exceptions.c

index 1ec8eece4ac819bcf0ace425a850e58f322b2946..2259a9cd990a238c7467878babb9dc97e69a3381 100644 (file)
@@ -90,7 +90,6 @@ void zend_throw_exception_internal(zval *exception TSRMLS_DC) /* {{{ */
 
                if (exception != NULL) {
                        zend_get_object_classname(exception, &classname, &name_len TSRMLS_CC);
-                       
                        DTRACE_EXCEPTION_THROWN(classname);
                } else {
                        DTRACE_EXCEPTION_THROWN(NULL);