trailing whitespace

pull/4001/head
laurentBerger 10 years ago
parent a94fdbe0f0
commit 05bc7621e6
  1. 6
      samples/cpp/exampleBLOB.cpp

@ -175,7 +175,7 @@ int main(int argc, char *argv[])
label = Legende(*itBLOB); label = Legende(*itBLOB);
itBLOB++; itBLOB++;
} }
try try
{ {
// We can detect keypoint with detect method // We can detect keypoint with detect method
vector<KeyPoint> keyImg; vector<KeyPoint> keyImg;
@ -204,7 +204,3 @@ int main(int argc, char *argv[])
} }
return 0; return 0;
} }

Loading…
Cancel
Save