diff options
author | Derick Rethans <derick@php.net> | 2003-02-09 12:14:31 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2003-02-09 12:14:31 +0000 |
commit | eef3cdf70be836ee3aa0150ed6fb0e4febed6d7d (patch) | |
tree | 2063f572a19da7a82c9e78ee1b45f14aaa23e046 /ext/mssql/php_mssql.c | |
parent | bdde9d0aa28e94b1931b0224dc2ca000e31d4d90 (diff) | |
download | php-git-eef3cdf70be836ee3aa0150ed6fb0e4febed6d7d.tar.gz |
- Whitespace fixes
Diffstat (limited to 'ext/mssql/php_mssql.c')
-rw-r--r-- | ext/mssql/php_mssql.c | 3 |
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; } } |