]> granicus.if.org Git - php/commitdiff
fix folding
authorAntony Dovgal <tony2001@php.net>
Thu, 31 May 2007 21:36:56 +0000 (21:36 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 31 May 2007 21:36:56 +0000 (21:36 +0000)
ext/standard/type.c

index 07fe9d127f66ec03f9689a77bf329bd9520a2eff..c7d336027d4cc9e2dd23c10c571162b6d75d4dca 100644 (file)
@@ -215,7 +215,7 @@ PHP_FUNCTION(strval)
 }
 /* }}} */
 
-static void php_is_type(INTERNAL_FUNCTION_PARAMETERS, int type)
+static void php_is_type(INTERNAL_FUNCTION_PARAMETERS, int type) /* {{{ */
 {
        zval *arg;
 
@@ -274,7 +274,7 @@ static void php_is_type(INTERNAL_FUNCTION_PARAMETERS, int type)
                RETURN_FALSE;
        }
 }
-
+/* }}} */
 
 /* {{{ proto bool is_null(mixed var) U
    Returns true if variable is null */