Apply tidy formatting

Mostly reindent PHP scripts to spaces.
This commit is contained in:
Nikita Popov 2020-02-03 13:41:31 +01:00
parent 4fd6318580
commit 58b17906f5
47 changed files with 6942 additions and 6942 deletions

View file

@ -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) {