diff --git a/src/rose/rose_build_bytecode.cpp b/src/rose/rose_build_bytecode.cpp index baf13446..13d485ea 100644 --- a/src/rose/rose_build_bytecode.cpp +++ b/src/rose/rose_build_bytecode.cpp @@ -873,11 +873,10 @@ void findTriggerSequences(const RoseBuildImpl &tbi, } static -bytecode_ptr -makeLeftNfa(const RoseBuildImpl &tbi, left_id &left, const bool is_prefix, - const bool is_transient, - const map> &infixTriggers, - const CompileContext &cc) { +bytecode_ptr makeLeftNfa(const RoseBuildImpl &tbi, left_id &left, + const bool is_prefix, const bool is_transient, + const map> &infixTriggers, + const CompileContext &cc) { const ReportManager &rm = tbi.rm; bytecode_ptr n;