From 55edadd56d0d6f506954ad00c3b9a5d425814a2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Wed, 17 Sep 2014 22:29:42 +0200 Subject: [PATCH] Fix cpplint warning for Travis Continuous Integration --- include/SQLiteCpp/Column.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SQLiteCpp/Column.h b/include/SQLiteCpp/Column.h index 1072031..fd971b0 100644 --- a/include/SQLiteCpp/Column.h +++ b/include/SQLiteCpp/Column.h @@ -49,7 +49,7 @@ public: mIndex(aOther.mIndex) { } - + /** * @brief Encapsulation of a Column in a Row of the result. *