trailing whitespace

This commit is contained in:
laurentBerger 2015-05-11 13:20:52 +02:00
parent a94fdbe0f0
commit 05bc7621e6

View File

@ -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;
} }