From: Egon Schmid Date: Mon, 24 Jan 2000 20:25:57 +0000 (+0000) Subject: Proper indentation here also. X-Git-Tag: BEFORE_SAPIFICATION_FEB_10_2000~186 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=99ff6e3b766c1a0dbecf0ea579bb84d3d237b894;p=php Proper indentation here also. --- diff --git a/ext/gd/gd.c b/ext/gd/gd.c index 96e70eafe8..f6300ed808 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -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;