mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Apply tidy formatting
Mostly reindent PHP scripts to spaces.
This commit is contained in:
parent
4fd6318580
commit
58b17906f5
47 changed files with 6942 additions and 6942 deletions
|
@ -59,7 +59,7 @@ static void pdo_sqlite_stmt_set_column_count(pdo_stmt_t *stmt, int new_count)
|
|||
}
|
||||
|
||||
/*
|
||||
* The column count has not changed : no need to reload columns description
|
||||
* The column count has not changed : no need to reload columns description
|
||||
* Note: Do not handle attribute name change, without column count change
|
||||
*/
|
||||
if (new_count == stmt->column_count) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue