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
|
||||
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) {
|
||||
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;
|
||||
|
||||
bytecode_ptr<NFA> n;
|
||||
|
Loading…
x
Reference in New Issue
Block a user