diff options
author | Martin Braun <martin.braun@ettus.com> | 2020-03-02 15:30:29 -0800 |
---|---|---|
committer | atrnati <54334261+atrnati@users.noreply.github.com> | 2020-03-03 08:51:32 -0600 |
commit | 476dccd6c383e4c0eccf0f42242137f863cda136 (patch) | |
tree | b2de8a55e3e63374fc05f94dbe82cc9fcb4691aa /mpm/lib/mykonos/config | |
parent | 876d4150aa3da531ddd687b48afada6e43f79146 (diff) | |
download | uhd-476dccd6c383e4c0eccf0f42242137f863cda136.tar.gz uhd-476dccd6c383e4c0eccf0f42242137f863cda136.tar.bz2 uhd-476dccd6c383e4c0eccf0f42242137f863cda136.zip |
mpm: Apply clang-format against all .cpp and .hpp files
Diffstat (limited to 'mpm/lib/mykonos/config')
-rw-r--r-- | mpm/lib/mykonos/config/ad937x_gain_ctrl_config.hpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mpm/lib/mykonos/config/ad937x_gain_ctrl_config.hpp b/mpm/lib/mykonos/config/ad937x_gain_ctrl_config.hpp index 12851af92..79c24abd5 100644 --- a/mpm/lib/mykonos/config/ad937x_gain_ctrl_config.hpp +++ b/mpm/lib/mykonos/config/ad937x_gain_ctrl_config.hpp @@ -15,7 +15,8 @@ // C++14 requires std::hash includes a specialization for enums, but gcc doesn't do that // yet Remove this when that happens namespace std { -template <> struct hash<uhd::direction_t> +template <> +struct hash<uhd::direction_t> { size_t operator()(const uhd::direction_t& x) const { @@ -23,7 +24,8 @@ template <> struct hash<uhd::direction_t> } }; -template <> struct hash<mpm::ad937x::device::chain_t> +template <> +struct hash<mpm::ad937x::device::chain_t> { size_t operator()(const mpm::ad937x::device::chain_t& x) const { |