Skip to content

Commit 5506b75

Browse files
committed
fsck whitespace
1 parent c419245 commit 5506b75

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ext/pdo_sqlite/sqlite_driver.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -229,12 +229,12 @@ static zend_string* sqlite_handle_quoter(pdo_dbh_t *dbh, const zend_string *unqu
229229

230230
if (UNEXPECTED(zend_str_has_nul_byte(unquoted))) {
231231
if (dbh->error_mode == PDO_ERRMODE_EXCEPTION) {
232-
zend_throw_exception_ex(
233-
php_pdo_get_exception(), 0,
234-
"SQLite PDO::quote does not support null bytes");
232+
zend_throw_exception_ex(
233+
php_pdo_get_exception(), 0,
234+
"SQLite PDO::quote does not support null bytes");
235235
} else if (dbh->error_mode == PDO_ERRMODE_WARNING) {
236-
php_error_docref(NULL, E_WARNING,
237-
"SQLite PDO::quote does not support null bytes");
236+
php_error_docref(NULL, E_WARNING,
237+
"SQLite PDO::quote does not support null bytes");
238238
}
239239
return NULL;
240240
}

0 commit comments

Comments
 (0)