]> granicus.if.org Git - php/commitdiff
Proper indentation here also.
authorEgon Schmid <eschmid@php.net>
Mon, 24 Jan 2000 20:25:57 +0000 (20:25 +0000)
committerEgon Schmid <eschmid@php.net>
Mon, 24 Jan 2000 20:25:57 +0000 (20:25 +0000)
ext/gd/gd.c

index 96e70eafe80b8bc59d7e9d18758790192548842c..f6300ed808f37659eaa1b9040fbf62e2d250428c 100644 (file)
@@ -1550,7 +1550,7 @@ PHP_FUNCTION(imagefontwidth)
 /* }}} */
 
 /* {{{ proto int imagefontheight(int font)
-Get font height */
+   Get font height */
 PHP_FUNCTION(imagefontheight)
 {
        php_imagefontsize(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1);
@@ -1818,7 +1818,7 @@ PHP_FUNCTION(imagesx)
 /* }}} */
 
 /* {{{ proto int imagesy(int im)
-Get image height */
+   Get image height */
 PHP_FUNCTION(imagesy)
 {
        pval *IM;