mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
rose_build_bytecode: fix up indentation
This commit is contained in:
parent
63fe84c3f1
commit
0a3bd455ad
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user