Skip to content

Commit

Permalink
Remove excess trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
warmwaffles committed Jan 20, 2025
1 parent 5598aa1 commit 13866f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions c_src/sqlite3_nif.c
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ raise_badarg(ErlNifEnv* env, ERL_NIF_TERM term)

///
/// Reset the prepared statement
///
///
ERL_NIF_TERM
exqlite_reset(ErlNifEnv* env, int argc, const ERL_NIF_TERM argv[])
{
Expand All @@ -448,7 +448,7 @@ exqlite_reset(ErlNifEnv* env, int argc, const ERL_NIF_TERM argv[])

///
/// Get the bind parameter count
///
///
ERL_NIF_TERM
exqlite_bind_parameter_count(ErlNifEnv* env, int argc, const ERL_NIF_TERM argv[])
{
Expand All @@ -463,7 +463,7 @@ exqlite_bind_parameter_count(ErlNifEnv* env, int argc, const ERL_NIF_TERM argv[]

///
/// Binds a text parameter
///
///
ERL_NIF_TERM
exqlite_bind_text(ErlNifEnv* env, int argc, const ERL_NIF_TERM argv[])
{
Expand Down Expand Up @@ -513,7 +513,7 @@ exqlite_bind_blob(ErlNifEnv* env, int argc, const ERL_NIF_TERM argv[])

///
/// Binds an integer parameter
///
///
ERL_NIF_TERM
exqlite_bind_integer(ErlNifEnv* env, int argc, const ERL_NIF_TERM argv[])
{
Expand Down

0 comments on commit 13866f9

Please sign in to comment.