summaryrefslogtreecommitdiff
path: root/ext/mssql/php_mssql.c
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2003-02-09 12:15:05 +0000
committerDerick Rethans <derick@php.net>2003-02-09 12:15:05 +0000
commitf35f5f56c46e557740eea753f20da16a2a348eaa (patch)
treef14d6e8eaff013ade80663161441996982abd838 /ext/mssql/php_mssql.c
parentda56457eecd75457dd1652511c19aec1d84249eb (diff)
downloadphp-git-f35f5f56c46e557740eea753f20da16a2a348eaa.tar.gz
- Whitespace fixes
Diffstat (limited to 'ext/mssql/php_mssql.c')
-rw-r--r--ext/mssql/php_mssql.c3
1 files changed, 1 insertions, 2 deletions
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;
}
}