From 113d2e595115606d0ba0812c7c102db68ffd1f19 Mon Sep 17 00:00:00 2001 From: kalman Date: Sat, 5 May 2018 21:10:49 +0800 Subject: [PATCH] add two space --- src/uvc/uvc-wmf.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uvc/uvc-wmf.cc b/src/uvc/uvc-wmf.cc index 2953fba..e622709 100644 --- a/src/uvc/uvc-wmf.cc +++ b/src/uvc/uvc-wmf.cc @@ -449,7 +449,7 @@ std::vector> query_devices(std::shared_ptr cont if (!parse_usb_path(vid, pid, mi, unique_id, dev_name)) continue; std::shared_ptr dev; -for(auto & d : devices) { + for(auto & d : devices) { if(d->vid == vid && d->pid == pid && d->unique_id == unique_id) dev = d; }