From: Gabriel Caruso Date: Thu, 4 Jan 2018 06:42:48 +0000 (-0200) Subject: Remove trailing whitespace in C++ files X-Git-Tag: php-7.3.0alpha1~688 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a56ea44431c5c0350a7183959e8a1b9464bad98e;p=php Remove trailing whitespace in C++ files [ci skip] --- diff --git a/ext/intl/calendar/gregoriancalendar_methods.cpp b/ext/intl/calendar/gregoriancalendar_methods.cpp index 13ff6a75a7..ab8ab76796 100644 --- a/ext/intl/calendar/gregoriancalendar_methods.cpp +++ b/ext/intl/calendar/gregoriancalendar_methods.cpp @@ -57,7 +57,7 @@ static void _php_intlgregcal_constructor_body( zend_get_parameters_array_ex(ZEND_NUM_ARGS(), args) == FAILURE) { intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, "intlgregcal_create_instance: too many arguments", 0); - if (!is_constructor) { + if (!is_constructor) { zval_dtor(return_value); RETVAL_NULL(); } @@ -70,7 +70,7 @@ static void _php_intlgregcal_constructor_body( intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, "intlgregcal_create_instance: no variant with 4 arguments " "(excluding trailing NULLs)", 0); - if (!is_constructor) { + if (!is_constructor) { zval_dtor(return_value); RETVAL_NULL(); } @@ -83,7 +83,7 @@ static void _php_intlgregcal_constructor_body( "|z!s!", &tz_object, &locale, &locale_len) == FAILURE) { intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, "intlgregcal_create_instance: bad arguments", 0); - if (!is_constructor) { + if (!is_constructor) { zval_dtor(return_value); RETVAL_NULL(); } @@ -95,7 +95,7 @@ static void _php_intlgregcal_constructor_body( &largs[5]) == FAILURE) { intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, "intlgregcal_create_instance: bad arguments", 0); - if (!is_constructor) { + if (!is_constructor) { zval_dtor(return_value); RETVAL_NULL(); } @@ -113,7 +113,7 @@ static void _php_intlgregcal_constructor_body( if (!EG(exception)) { zend_throw_exception(IntlException_ce_ptr, "Constructor failed", 0); } - if (!is_constructor) { + if (!is_constructor) { zval_dtor(return_value); RETVAL_NULL(); } @@ -132,7 +132,7 @@ static void _php_intlgregcal_constructor_body( delete gcal; } delete tz; - if (!is_constructor) { + if (!is_constructor) { zval_dtor(return_value); RETVAL_NULL(); } @@ -145,7 +145,7 @@ static void _php_intlgregcal_constructor_body( intl_error_set(NULL, U_ILLEGAL_ARGUMENT_ERROR, "intlgregcal_create_instance: at least one of the arguments" " has an absolute value that is too large", 0); - if (!is_constructor) { + if (!is_constructor) { zval_dtor(return_value); RETVAL_NULL(); } @@ -170,7 +170,7 @@ static void _php_intlgregcal_constructor_body( if (gcal) { delete gcal; } - if (!is_constructor) { + if (!is_constructor) { zval_dtor(return_value); RETVAL_NULL(); } @@ -190,7 +190,7 @@ static void _php_intlgregcal_constructor_body( "from PHP's default timezone name (see date_default_timezone_get())", 0); delete gcal; - if (!is_constructor) { + if (!is_constructor) { zval_dtor(return_value); RETVAL_NULL(); }