diff options
author | Brent Stapleton <brent.stapleton@ettus.com> | 2019-01-10 16:19:00 -0800 |
---|---|---|
committer | Brent Stapleton <brent.stapleton@ettus.com> | 2019-01-16 11:40:23 -0800 |
commit | 91251133d05cc301f5885e9719c7c936b2acd1ff (patch) | |
tree | 97a9423e11944660382f34530069e83a596c6c97 /host/lib/include/uhdlib | |
parent | e5c45e424bafcc28faa0d7ebcfcf3d8aee3d08a7 (diff) | |
download | uhd-91251133d05cc301f5885e9719c7c936b2acd1ff.tar.gz uhd-91251133d05cc301f5885e9719c7c936b2acd1ff.tar.bz2 uhd-91251133d05cc301f5885e9719c7c936b2acd1ff.zip |
formatting: remove vim hints in headers
Remove trailing vim hints in header files. This functionality will be
replaced by clang-format.
Diffstat (limited to 'host/lib/include/uhdlib')
6 files changed, 0 insertions, 6 deletions
diff --git a/host/lib/include/uhdlib/rfnoc/async_msg_handler.hpp b/host/lib/include/uhdlib/rfnoc/async_msg_handler.hpp index 1f67d05a1..6c62f2434 100644 --- a/host/lib/include/uhdlib/rfnoc/async_msg_handler.hpp +++ b/host/lib/include/uhdlib/rfnoc/async_msg_handler.hpp @@ -83,4 +83,3 @@ public: }}; /* namespace uhd::rfnoc */ #endif /* INCLUDED_LIBUHD_RFNOC_AYNC_MSG_HANDLER_HPP */ -// vim: sw=4 et: diff --git a/host/lib/include/uhdlib/rfnoc/graph_impl.hpp b/host/lib/include/uhdlib/rfnoc/graph_impl.hpp index 8da88b94f..d98d8187c 100644 --- a/host/lib/include/uhdlib/rfnoc/graph_impl.hpp +++ b/host/lib/include/uhdlib/rfnoc/graph_impl.hpp @@ -94,4 +94,3 @@ private: }} /* namespace uhd::rfnoc */ #endif /* INCLUDED_LIBUHD_RFNOC_GRAPH_IMPL_HPP */ -// vim: sw=4 et: diff --git a/host/lib/include/uhdlib/rfnoc/radio_ctrl_impl.hpp b/host/lib/include/uhdlib/rfnoc/radio_ctrl_impl.hpp index 80556343b..af4168d8b 100644 --- a/host/lib/include/uhdlib/rfnoc/radio_ctrl_impl.hpp +++ b/host/lib/include/uhdlib/rfnoc/radio_ctrl_impl.hpp @@ -247,4 +247,3 @@ private: }} /* namespace uhd::rfnoc */ #endif /* INCLUDED_LIBUHD_RFNOC_RADIO_CTRL_IMPL_HPP */ -// vim: sw=4 et: diff --git a/host/lib/include/uhdlib/rfnoc/rx_stream_terminator.hpp b/host/lib/include/uhdlib/rfnoc/rx_stream_terminator.hpp index 3f82ab12f..2ac65bb25 100644 --- a/host/lib/include/uhdlib/rfnoc/rx_stream_terminator.hpp +++ b/host/lib/include/uhdlib/rfnoc/rx_stream_terminator.hpp @@ -76,4 +76,3 @@ private: }} /* namespace uhd::rfnoc */ #endif /* INCLUDED_LIBUHD_RFNOC_TERMINATOR_RECV_HPP */ -// vim: sw=4 et: diff --git a/host/lib/include/uhdlib/rfnoc/tx_stream_terminator.hpp b/host/lib/include/uhdlib/rfnoc/tx_stream_terminator.hpp index 0a07e48ef..e4d509dc5 100644 --- a/host/lib/include/uhdlib/rfnoc/tx_stream_terminator.hpp +++ b/host/lib/include/uhdlib/rfnoc/tx_stream_terminator.hpp @@ -77,4 +77,3 @@ private: }} /* namespace uhd::rfnoc */ #endif /* INCLUDED_LIBUHD_RFNOC_TERMINATOR_SEND_HPP */ -// vim: sw=4 et: diff --git a/host/lib/include/uhdlib/rfnoc/utils.hpp b/host/lib/include/uhdlib/rfnoc/utils.hpp index 28c69987f..7c3c1bb5f 100644 --- a/host/lib/include/uhdlib/rfnoc/utils.hpp +++ b/host/lib/include/uhdlib/rfnoc/utils.hpp @@ -64,4 +64,3 @@ namespace uhd { namespace rfnoc { namespace utils { }}}; /* namespace uhd::rfnoc::utils */ #endif /* INCLUDED_LIBUHD_RFNOC_UTILS_HPP */ -// vim: sw=4 et: |