Skip to content

Commit

Permalink
minor src cleanup (extra line space)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher J. Brody committed Apr 11, 2018
1 parent b52ef3c commit a29ec26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions native/sqlc.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ const char *sqlc_evcore_qc_execute(sqlc_handle_t qc, const char * batch_json, in
sqlite3_stmt * s = NULL;
int rv = -1;
int jj, cc;

int param_count = 0;
int bi = 0;

Expand All @@ -260,6 +261,7 @@ const char *sqlc_evcore_qc_execute(sqlc_handle_t qc, const char * batch_json, in
char * rr;
int rrlen = 0;
int arlen = 0;

const char * pptext = 0;
int pplen = 0;

Expand Down

0 comments on commit a29ec26

Please sign in to comment.