rose_build_bytecode: fix up indentation

This commit is contained in:
Justin Viiret 2017-04-04 11:06:02 +10:00 committed by Matthew Barr
parent 63fe84c3f1
commit 0a3bd455ad

View File

@ -873,9 +873,8 @@ void findTriggerSequences(const RoseBuildImpl &tbi,
}
static
bytecode_ptr<NFA>
makeLeftNfa(const RoseBuildImpl &tbi, left_id &left, const bool is_prefix,
const bool is_transient,
bytecode_ptr<NFA> makeLeftNfa(const RoseBuildImpl &tbi, left_id &left,
const bool is_prefix, const bool is_transient,
const map<left_id, set<PredTopPair>> &infixTriggers,
const CompileContext &cc) {
const ReportManager &rm = tbi.rm;