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/b100/b100_impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib/usrp/b100/b100_impl.cpp') diff --git a/host/lib/usrp/b100/b100_impl.cpp b/host/lib/usrp/b100/b100_impl.cpp index 9f0c3bdd2..4d72e4f04 100644 --- a/host/lib/usrp/b100/b100_impl.cpp +++ b/host/lib/usrp/b100/b100_impl.cpp @@ -117,7 +117,7 @@ static device_addrs_t b100_find(const device_addr_t& hint) // this is a found b100 when the hint serial and name match or blank 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"])) { b100_addrs.push_back(new_addr); } } -- cgit v1.2.3