From 05bc7621e62865815b0988f98d8edf814ea560a6 Mon Sep 17 00:00:00 2001 From: laurentBerger Date: Mon, 11 May 2015 13:20:52 +0200 Subject: [PATCH] trailing whitespace --- samples/cpp/exampleBLOB.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/samples/cpp/exampleBLOB.cpp b/samples/cpp/exampleBLOB.cpp index 25a575540f..de6f0c6077 100644 --- a/samples/cpp/exampleBLOB.cpp +++ b/samples/cpp/exampleBLOB.cpp @@ -175,7 +175,7 @@ int main(int argc, char *argv[]) label = Legende(*itBLOB); itBLOB++; } - try + try { // We can detect keypoint with detect method vector keyImg; @@ -204,7 +204,3 @@ int main(int argc, char *argv[]) } return 0; } - - - -