summaryrefslogtreecommitdiff
path: root/ext/mssql/php_mssql.c
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2003-02-09 12:14:31 +0000
committerDerick Rethans <derick@php.net>2003-02-09 12:14:31 +0000
commiteef3cdf70be836ee3aa0150ed6fb0e4febed6d7d (patch)
tree2063f572a19da7a82c9e78ee1b45f14aaa23e046 /ext/mssql/php_mssql.c
parentbdde9d0aa28e94b1931b0224dc2ca000e31d4d90 (diff)
downloadphp-git-eef3cdf70be836ee3aa0150ed6fb0e4febed6d7d.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 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;
}
}