style(uvc-v4l2.cc): add white space

This commit is contained in:
John Zhao 2018-12-20 17:11:32 +08:00
parent d2a32e0ec1
commit 09e14293ed

View File

@ -412,7 +412,7 @@ struct device {
no_data_count = 0; no_data_count = 0;
living_count = 0; living_count = 0;
LOG(WARNING) << __func__ LOG(WARNING) << __func__
<< " failed: v4l2 get stream time out,Try to reboot!"; << " failed: v4l2 get stream time out, Try to reboot!";
stop_capture(); stop_capture();
start_capture(); start_capture();
} }