diff options
author | Brent Stapleton <brent.stapleton@ettus.com> | 2019-04-30 10:22:46 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2019-05-02 08:39:54 -0700 |
commit | d44277d7ac7acc621442fe7ef4555f568fbe88d0 (patch) | |
tree | ba35023ea1f4dcae6434619c882c635524bd7c2c /host/tests | |
parent | 918e4ff20c4e843b5b32d27274fbe558ec1b0000 (diff) | |
download | uhd-d44277d7ac7acc621442fe7ef4555f568fbe88d0.tar.gz uhd-d44277d7ac7acc621442fe7ef4555f568fbe88d0.tar.bz2 uhd-d44277d7ac7acc621442fe7ef4555f568fbe88d0.zip |
prop_tree: formatting property tree files
- Ran clang-format
- Fixed typos
- Updated copyright headers
clang-format -i --style=file \
host/include/uhd/property_tree.hpp \
host/include/uhd/property_tree.ipp
clang-format -i --style=file \
host/lib/property_tree.cpp host/tests/property_test.cpp
Diffstat (limited to 'host/tests')
-rw-r--r-- | host/tests/property_test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/tests/property_test.cpp b/host/tests/property_test.cpp index b2086f288..f0e67e14c 100644 --- a/host/tests/property_test.cpp +++ b/host/tests/property_test.cpp @@ -1,6 +1,7 @@ // // Copyright 2011 Ettus Research LLC // Copyright 2018 Ettus Research, a National Instruments Company +// Copyright 2019 Ettus Research, a National Instruments Brand // // SPDX-License-Identifier: GPL-3.0-or-later // |