diff options
author | Brent Stapleton <brent.stapleton@ettus.com> | 2019-08-01 14:10:19 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2019-11-26 11:49:11 -0800 |
commit | a834e2b44a79f86dae75564d2e0b27ee8eeca51e (patch) | |
tree | 3b9af4e92e3b69673f257eac57f2cfd21afb29a7 /host/include | |
parent | d1a5b70a8f9a54a2a39e30415fbc0a4c607222f7 (diff) | |
download | uhd-a834e2b44a79f86dae75564d2e0b27ee8eeca51e.tar.gz uhd-a834e2b44a79f86dae75564d2e0b27ee8eeca51e.tar.bz2 uhd-a834e2b44a79f86dae75564d2e0b27ee8eeca51e.zip |
gain groups: Formatting
Applying formatting in anticipation of upcoming changes.
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/utils/gain_group.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/include/uhd/utils/gain_group.hpp b/host/include/uhd/utils/gain_group.hpp index 4a3a01a65..69cd9dc6b 100644 --- a/host/include/uhd/utils/gain_group.hpp +++ b/host/include/uhd/utils/gain_group.hpp @@ -10,9 +10,9 @@ #include <uhd/config.hpp> #include <uhd/types/ranges.hpp> +#include <uhd/utils/noncopyable.hpp> #include <boost/function.hpp> #include <boost/shared_ptr.hpp> -#include <uhd/utils/noncopyable.hpp> #include <string> #include <vector> |