From: Justin Viiret Date: Tue, 4 Apr 2017 01:06:02 +0000 (+1000) Subject: rose_build_bytecode: fix up indentation X-Git-Tag: v4.5.0^2~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a3bd455ad0a00d01201f6c919d5dc5a94737ba6;p=thirdparty%2Fvectorscan.git rose_build_bytecode: fix up indentation --- diff --git a/src/rose/rose_build_bytecode.cpp b/src/rose/rose_build_bytecode.cpp index baf13446..13d485ea 100644 --- a/src/rose/rose_build_bytecode.cpp +++ b/src/rose/rose_build_bytecode.cpp @@ -873,11 +873,10 @@ void findTriggerSequences(const RoseBuildImpl &tbi, } static -bytecode_ptr -makeLeftNfa(const RoseBuildImpl &tbi, left_id &left, const bool is_prefix, - const bool is_transient, - const map> &infixTriggers, - const CompileContext &cc) { +bytecode_ptr makeLeftNfa(const RoseBuildImpl &tbi, left_id &left, + const bool is_prefix, const bool is_transient, + const map> &infixTriggers, + const CompileContext &cc) { const ReportManager &rm = tbi.rm; bytecode_ptr n;