]> granicus.if.org Git - php/commitdiff
beautify
authorThies C. Arntzen <thies@php.net>
Thu, 24 Aug 2000 15:29:50 +0000 (15:29 +0000)
committerThies C. Arntzen <thies@php.net>
Thu, 24 Aug 2000 15:29:50 +0000 (15:29 +0000)
ext/readline/readline.c

index f838ba616872e7fd50cdd445372cecf8711cb0c1..19fc4824e69a0d4e59fbe6e87b5ebf9ef9898cef 100644 (file)
@@ -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);
        }