From f35f5f56c46e557740eea753f20da16a2a348eaa Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Sun, 9 Feb 2003 12:15:05 +0000 Subject: - Whitespace fixes --- ext/mssql/php_mssql.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ext/mssql/php_mssql.c') diff --git a/ext/mssql/php_mssql.c b/ext/mssql/php_mssql.c index 38e30a355c..9b86af4a89 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; } } -- cgit v1.2.1