From: Marcus Boerger Date: Sat, 16 Mar 2002 20:12:58 +0000 (+0000) Subject: -formatting X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~1330 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f24caf324496af6c4e6c6695017ebe8cd5e4c2f5;p=php -formatting --- diff --git a/ext/standard/image.c b/ext/standard/image.c index 001803417a..9761fb1845 100644 --- a/ext/standard/image.c +++ b/ext/standard/image.c @@ -316,7 +316,10 @@ static void php_skip_variable(php_stream * stream) off_t length = ((unsigned int)php_read2(stream)); length = length-2; - if (length) php_stream_seek(stream, (long)length, SEEK_CUR); + if (length) + { + php_stream_seek(stream, (long)length, SEEK_CUR); + } } /* }}} */