diff options
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: |