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,11 +873,10 @@ void findTriggerSequences(const RoseBuildImpl &tbi,
} }
static static
bytecode_ptr<NFA> bytecode_ptr<NFA> makeLeftNfa(const RoseBuildImpl &tbi, left_id &left,
makeLeftNfa(const RoseBuildImpl &tbi, left_id &left, const bool is_prefix, const bool is_prefix, const bool is_transient,
const bool is_transient, const map<left_id, set<PredTopPair>> &infixTriggers,
const map<left_id, set<PredTopPair>> &infixTriggers, const CompileContext &cc) {
const CompileContext &cc) {
const ReportManager &rm = tbi.rm; const ReportManager &rm = tbi.rm;
bytecode_ptr<NFA> n; bytecode_ptr<NFA> n;