Skip to content

Commit 13866f9

Browse files
committed
Remove excess trailing whitespace
1 parent 5598aa1 commit 13866f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

c_src/sqlite3_nif.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ raise_badarg(ErlNifEnv* env, ERL_NIF_TERM term)
433433

434434
///
435435
/// Reset the prepared statement
436-
///
436+
///
437437
ERL_NIF_TERM
438438
exqlite_reset(ErlNifEnv* env, int argc, const ERL_NIF_TERM argv[])
439439
{
@@ -448,7 +448,7 @@ exqlite_reset(ErlNifEnv* env, int argc, const ERL_NIF_TERM argv[])
448448

449449
///
450450
/// Get the bind parameter count
451-
///
451+
///
452452
ERL_NIF_TERM
453453
exqlite_bind_parameter_count(ErlNifEnv* env, int argc, const ERL_NIF_TERM argv[])
454454
{
@@ -463,7 +463,7 @@ exqlite_bind_parameter_count(ErlNifEnv* env, int argc, const ERL_NIF_TERM argv[]
463463

464464
///
465465
/// Binds a text parameter
466-
///
466+
///
467467
ERL_NIF_TERM
468468
exqlite_bind_text(ErlNifEnv* env, int argc, const ERL_NIF_TERM argv[])
469469
{
@@ -513,7 +513,7 @@ exqlite_bind_blob(ErlNifEnv* env, int argc, const ERL_NIF_TERM argv[])
513513

514514
///
515515
/// Binds an integer parameter
516-
///
516+
///
517517
ERL_NIF_TERM
518518
exqlite_bind_integer(ErlNifEnv* env, int argc, const ERL_NIF_TERM argv[])
519519
{

0 commit comments

Comments
 (0)