From 04722ba053fa6225c5a71d34316cbac093b87f66 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Fri, 18 Jan 2019 13:46:12 -0800 Subject: formatting: Apply clang-format to nocscript files --- host/lib/rfnoc/nocscript/parser.hpp | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'host/lib/rfnoc/nocscript/parser.hpp') diff --git a/host/lib/rfnoc/nocscript/parser.hpp b/host/lib/rfnoc/nocscript/parser.hpp index 139082515..e9d9f0820 100644 --- a/host/lib/rfnoc/nocscript/parser.hpp +++ b/host/lib/rfnoc/nocscript/parser.hpp @@ -10,20 +10,18 @@ #include #ifndef INCLUDED_LIBUHD_RFNOC_NOCSCRIPT_PARSER_HPP -#define INCLUDED_LIBUHD_RFNOC_NOCSCRIPT_PARSER_HPP +# define INCLUDED_LIBUHD_RFNOC_NOCSCRIPT_PARSER_HPP namespace uhd { namespace rfnoc { namespace nocscript { class parser { - public: +public: typedef boost::shared_ptr sptr; - static sptr make( - function_table::sptr ftable, + static sptr make(function_table::sptr ftable, expression_variable::type_getter_type var_type_getter, - expression_variable::value_getter_type var_value_getter - ); + expression_variable::value_getter_type var_value_getter); /*! The main parsing call: Turn a string of code into an expression tree. * @@ -31,7 +29,7 @@ class parser * * \throws uhd::syntax_error if \p code contains syntax errors */ - virtual expression::sptr create_expr_tree(const std::string &code) = 0; + virtual expression::sptr create_expr_tree(const std::string& code) = 0; }; }}} /* namespace uhd::rfnoc::nocscript */ -- cgit v1.2.3