Skip to content

Commit 8092fad

Browse files
author
Joe Mistachkin
committed
Remove a stray newline.
1 parent 23fb7d1 commit 8092fad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ext/session/sqlite3session.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ struct sqlite3_session {
4848
int bEnable; /* True if currently recording */
4949
int bIndirect; /* True if all changes are indirect */
5050
int bAutoAttach; /* True to auto-attach tables */
51-
int bImplicitPK; /* True to handle tables with implicit PK */ int rc; /* Non-zero if an error has occurred */
51+
int bImplicitPK; /* True to handle tables with implicit PK */
52+
int rc; /* Non-zero if an error has occurred */
5253
void *pFilterCtx; /* First argument to pass to xTableFilter */
5354
int (*xTableFilter)(void *pCtx, const char *zTab);
5455
i64 nMalloc; /* Number of bytes of data allocated */

0 commit comments

Comments
 (0)