mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
rose_dump: remove stray newline
This commit is contained in:
parent
91a7ce1cda
commit
29472c7b71
@ -285,7 +285,7 @@ void dumpProgram(ofstream &os, const RoseEngine *t, const char *pc) {
|
|||||||
const u8 *reach_base = base + t->lookaroundReachOffset;
|
const u8 *reach_base = base + t->lookaroundReachOffset;
|
||||||
const u8 *reach = reach_base +
|
const u8 *reach = reach_base +
|
||||||
ri->reach_index * REACH_BITVECTOR_LEN;
|
ri->reach_index * REACH_BITVECTOR_LEN;
|
||||||
os << " contents:" << endl;
|
os << " contents ";
|
||||||
describeClass(os, bitvectorToReach(reach), 1000, CC_OUT_TEXT);
|
describeClass(os, bitvectorToReach(reach), 1000, CC_OUT_TEXT);
|
||||||
os << endl;
|
os << endl;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user