From 75fe86a92bfbd037545afdafd2677f390eccefa5 Mon Sep 17 00:00:00 2001 From: Steven Koo Date: Thu, 24 Sep 2020 12:12:52 -0500 Subject: uhd: clang format device impl --- host/lib/usrp/usrp2/usrp2_impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib/usrp/usrp2') diff --git a/host/lib/usrp/usrp2/usrp2_impl.cpp b/host/lib/usrp/usrp2/usrp2_impl.cpp index 6fed1521a..c2514ae02 100644 --- a/host/lib/usrp/usrp2/usrp2_impl.cpp +++ b/host/lib/usrp/usrp2/usrp2_impl.cpp @@ -166,7 +166,7 @@ device_addrs_t usrp2_find(const device_addr_t& hint_) // filter the discovered device below by matching optional keys if ((not hint.has_key("name") or hint["name"] == new_addr["name"]) and (not hint.has_key("serial") - or hint["serial"] == new_addr["serial"])) { + or hint["serial"] == new_addr["serial"])) { usrp2_addrs.push_back(new_addr); } -- cgit v1.2.3