aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/b100/b100_impl.cpp
diff options
context:
space:
mode:
authorSteven Koo <steven.koo@ni.com>2020-09-24 12:12:52 -0500
committerAaron Rossetto <aaron.rossetto@ni.com>2020-10-05 12:02:05 -0500
commit75fe86a92bfbd037545afdafd2677f390eccefa5 (patch)
treec69b83aef0a99e4c1610fb5ce7d632a41d06dbfd /host/lib/usrp/b100/b100_impl.cpp
parent72c7084e4bf7001aa29cd78dfa6a90c5629155fc (diff)
downloaduhd-75fe86a92bfbd037545afdafd2677f390eccefa5.tar.gz
uhd-75fe86a92bfbd037545afdafd2677f390eccefa5.tar.bz2
uhd-75fe86a92bfbd037545afdafd2677f390eccefa5.zip
uhd: clang format device impl
Diffstat (limited to 'host/lib/usrp/b100/b100_impl.cpp')
-rw-r--r--host/lib/usrp/b100/b100_impl.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}
}