From: Thies C. Arntzen Date: Thu, 24 Aug 2000 15:29:50 +0000 (+0000) Subject: beautify X-Git-Tag: php-4.0.2~90 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d33f42d53f32a2473dec6effaa899273f1b07ca7;p=php beautify --- diff --git a/ext/readline/readline.c b/ext/readline/readline.c index f838ba6168..19fc4824e6 100644 --- a/ext/readline/readline.c +++ b/ext/readline/readline.c @@ -99,7 +99,8 @@ PHP_FUNCTION(readline) if (ac < 0 || ac > 1 || zend_get_parameters_ex(ac, &arg) == FAILURE) { WRONG_PARAM_COUNT; } - if(ac == 1) { + + if (ac == 1) { convert_to_string_ex(arg); }