Skip to content

Commit 86d1ca0

Browse files
author
Erlend E. Aasland
committed
PEP 7
1 parent 0f47667 commit 86d1ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_sqlite/cursor.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ static int
399399
begin_transaction(pysqlite_Connection *self)
400400
{
401401
int rc;
402-
sqlite3_stmt* statement;
402+
sqlite3_stmt *statement;
403403

404404
Py_BEGIN_ALLOW_THREADS
405405
rc = sqlite3_prepare_v2(self->db, self->begin_statement, -1, &statement,

0 commit comments

Comments
 (0)