From 0a3bd455ad0a00d01201f6c919d5dc5a94737ba6 Mon Sep 17 00:00:00 2001 From: Justin Viiret Date: Tue, 4 Apr 2017 11:06:02 +1000 Subject: [PATCH] rose_build_bytecode: fix up indentation --- src/rose/rose_build_bytecode.cpp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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;