diff options
| author | Egon Schmid <eschmid@php.net> | 2000-01-24 20:25:57 +0000 |
|---|---|---|
| committer | Egon Schmid <eschmid@php.net> | 2000-01-24 20:25:57 +0000 |
| commit | 99ff6e3b766c1a0dbecf0ea579bb84d3d237b894 (patch) | |
| tree | 35c7326085318334c0faaa086a0659ef96d3ae6b | |
| parent | 58a0844b1c37d2975461f7c0f4337b8657ce580e (diff) | |
| download | php-git-99ff6e3b766c1a0dbecf0ea579bb84d3d237b894.tar.gz | |
Proper indentation here also.
| -rw-r--r-- | ext/gd/gd.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; |
