From: Derick Rethans Date: Sun, 9 Feb 2003 12:14:31 +0000 (+0000) Subject: - Whitespace fixes X-Git-Tag: php-4.3.2RC1~302 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eef3cdf70be836ee3aa0150ed6fb0e4febed6d7d;p=php - Whitespace fixes --- diff --git a/ext/mssql/php_mssql.c b/ext/mssql/php_mssql.c index f96fbc3789..d4d4604ab1 100644 --- a/ext/mssql/php_mssql.c +++ b/ext/mssql/php_mssql.c @@ -275,8 +275,7 @@ static void php_mssql_init_globals(zend_mssql_globals *mssql_globals) } else { mssql_globals->get_column_content = php_mssql_get_column_content_with_type; } - } - else { + } else { mssql_globals->get_column_content = php_mssql_get_column_content_with_type; } }