Skip to content

Commit 0ad3b23

Browse files
opencv_demo: remove trailing whitespace
1 parent 1ce85cb commit 0ad3b23

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

example/opencv_demo.cc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ int main(int argc, char *argv[])
6868
}
6969

7070
cout << "Enabling video capture" << endl;
71-
71+
7272
TickMeter meter;
7373
meter.start();
7474

@@ -111,7 +111,7 @@ int main(int argc, char *argv[])
111111
printf("Unable to add family to detector due to insufficient memory to allocate the tag-family decoder with the default maximum hamming value of 2. Try choosing an alternative tag family.\n");
112112
exit(-1);
113113
}
114-
114+
115115
td->quad_decimate = getopt_get_double(getopt, "decimate");
116116
td->quad_sigma = getopt_get_double(getopt, "blur");
117117
td->nthreads = getopt_get_int(getopt, "threads");
@@ -120,7 +120,7 @@ int main(int argc, char *argv[])
120120

121121
float frame_counter = 0.0f;
122122
meter.stop();
123-
cout << "Detector " << famname << " initialized in "
123+
cout << "Detector " << famname << " initialized in "
124124
<< std::fixed << std::setprecision(3) << meter.getTimeSec() << " seconds" << endl;
125125
#if CV_MAJOR_VERSION > 3
126126
cout << " " << cap.get(CAP_PROP_FRAME_WIDTH ) << "x" <<

0 commit comments

Comments
 (0)