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/usrp/mpmd | |
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/usrp/mpmd')
-rw-r--r-- | host/lib/usrp/mpmd/mpmd_impl.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/host/lib/usrp/mpmd/mpmd_impl.hpp b/host/lib/usrp/mpmd/mpmd_impl.hpp index 15eb35800..e9d942c9d 100644 --- a/host/lib/usrp/mpmd/mpmd_impl.hpp +++ b/host/lib/usrp/mpmd/mpmd_impl.hpp @@ -303,4 +303,3 @@ public: uhd::device_addrs_t mpmd_find(const uhd::device_addr_t& hint_); #endif /* INCLUDED_MPMD_IMPL_HPP */ -// vim: sw=4 expandtab: |