From 8b0fa672bfca950bb9c4ea121ca7eaa7fdea2451 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Wed, 17 Sep 2014 22:29:37 +0200 Subject: [PATCH] Fix cpplint warning for Travis Continuous Integration --- include/SQLiteCpp/Statement.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SQLiteCpp/Statement.h b/include/SQLiteCpp/Statement.h index dfd7b09..8755086 100644 --- a/include/SQLiteCpp/Statement.h +++ b/include/SQLiteCpp/Statement.h @@ -75,7 +75,7 @@ public: * @brief Reset the statement to make it ready for a new execution. */ void reset(); - + /** * @brief Clears away all the bindings of a prepared statement. */