From 09e14293ed262896f45085dfbaf4fa93f7a17efa Mon Sep 17 00:00:00 2001 From: John Zhao Date: Thu, 20 Dec 2018 17:11:32 +0800 Subject: [PATCH] style(uvc-v4l2.cc): add white space --- src/mynteye/uvc/linux/uvc-v4l2.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mynteye/uvc/linux/uvc-v4l2.cc b/src/mynteye/uvc/linux/uvc-v4l2.cc index 01aba0a..166be56 100755 --- a/src/mynteye/uvc/linux/uvc-v4l2.cc +++ b/src/mynteye/uvc/linux/uvc-v4l2.cc @@ -412,7 +412,7 @@ struct device { no_data_count = 0; living_count = 0; LOG(WARNING) << __func__ - << " failed: v4l2 get stream time out,Try to reboot!"; + << " failed: v4l2 get stream time out, Try to reboot!"; stop_capture(); start_capture(); }