diff options
author | Brent Stapleton <brent.stapleton@ettus.com> | 2020-01-10 14:20:35 -0800 |
---|---|---|
committer | Brent Stapleton <brent.stapleton@ettus.com> | 2020-01-10 14:20:35 -0800 |
commit | 56361424b027b55b9c8a32ed9fe84423d01acbef (patch) | |
tree | 1ebd819078d6c71dcef3e0023ef9a3d633250979 /host/lib/rfnoc/block_id.cpp | |
parent | 1a030abcf51b04e0da2776a707c4e77ceca58b5f (diff) | |
download | uhd-56361424b027b55b9c8a32ed9fe84423d01acbef.tar.gz uhd-56361424b027b55b9c8a32ed9fe84423d01acbef.tar.bz2 uhd-56361424b027b55b9c8a32ed9fe84423d01acbef.zip |
rfnoc: apply clang-format to block_id
Diffstat (limited to 'host/lib/rfnoc/block_id.cpp')
-rw-r--r-- | host/lib/rfnoc/block_id.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/rfnoc/block_id.cpp b/host/lib/rfnoc/block_id.cpp index e4dc1832f..85c8a7e75 100644 --- a/host/lib/rfnoc/block_id.cpp +++ b/host/lib/rfnoc/block_id.cpp @@ -12,8 +12,8 @@ #include <uhd/rfnoc/constants.hpp> #include <boost/format.hpp> #include <boost/lexical_cast.hpp> -#include <regex> #include <iostream> +#include <regex> using namespace uhd::rfnoc; |