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/rfnoc/nocscript | |
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/rfnoc/nocscript')
-rw-r--r-- | host/lib/rfnoc/nocscript/block_iface.hpp | 1 | ||||
-rw-r--r-- | host/lib/rfnoc/nocscript/expression.hpp | 1 | ||||
-rw-r--r-- | host/lib/rfnoc/nocscript/function_table.hpp | 1 | ||||
-rw-r--r-- | host/lib/rfnoc/nocscript/parser.hpp | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/host/lib/rfnoc/nocscript/block_iface.hpp b/host/lib/rfnoc/nocscript/block_iface.hpp index 5aa6b5dd6..3fafcb4d0 100644 --- a/host/lib/rfnoc/nocscript/block_iface.hpp +++ b/host/lib/rfnoc/nocscript/block_iface.hpp @@ -81,4 +81,3 @@ class block_iface { }}} /* namespace uhd::rfnoc::nocscript */ #endif /* INCLUDED_LIBUHD_NOCSCRIPT_BLOCK_IFACE_HPP */ -// vim: sw=4 et: diff --git a/host/lib/rfnoc/nocscript/expression.hpp b/host/lib/rfnoc/nocscript/expression.hpp index 0e0db01b9..69b5198bb 100644 --- a/host/lib/rfnoc/nocscript/expression.hpp +++ b/host/lib/rfnoc/nocscript/expression.hpp @@ -368,4 +368,3 @@ class expression_variable : public expression }}} /* namespace uhd::rfnoc::nocscript */ #endif /* INCLUDED_LIBUHD_RFNOC_NOCSCRIPT_EXPR_HPP */ -// vim: sw=4 et: diff --git a/host/lib/rfnoc/nocscript/function_table.hpp b/host/lib/rfnoc/nocscript/function_table.hpp index b4dc88663..6d7ef4202 100644 --- a/host/lib/rfnoc/nocscript/function_table.hpp +++ b/host/lib/rfnoc/nocscript/function_table.hpp @@ -80,4 +80,3 @@ class function_table }}} /* namespace uhd::rfnoc::nocscript */ #endif /* INCLUDED_LIBUHD_RFNOC_NOCSCRIPT_FUNCTABLE_HPP */ -// vim: sw=4 et: diff --git a/host/lib/rfnoc/nocscript/parser.hpp b/host/lib/rfnoc/nocscript/parser.hpp index 2eb6339e8..139082515 100644 --- a/host/lib/rfnoc/nocscript/parser.hpp +++ b/host/lib/rfnoc/nocscript/parser.hpp @@ -37,4 +37,3 @@ class parser }}} /* namespace uhd::rfnoc::nocscript */ #endif /* INCLUDED_LIBUHD_RFNOC_NOCSCRIPT_PARSER_HPP */ -// vim: sw=4 et: |