]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
fdr_confirm_compile: wrap comment
authorJustin Viiret <justin.viiret@intel.com>
Fri, 9 Jun 2017 06:29:56 +0000 (16:29 +1000)
committerMatthew Barr <matthew.barr@intel.com>
Mon, 21 Aug 2017 00:39:00 +0000 (10:39 +1000)
src/fdr/fdr_confirm_compile.cpp

index e9ec9dcf6a2a5beb0a1766ed5e49255050ca69ee..b05d24a86eb395bdde4257345b142497c745128a 100644 (file)
@@ -170,7 +170,9 @@ bytecode_ptr<FDRConfirm> getFDRConfirm(const vector<hwlmLiteral> &lits,
     if (!make_confirm) {
         flags = FDRC_FLAG_NO_CONFIRM;
         if (lits[0].noruns) {
-            flags |= FDRC_FLAG_NOREPEAT; // messy - need to clean this up later as flags is sorta kinda obsoleted
+            // messy - need to clean this up later as flags is sorta kinda
+            // obsoleted
+            flags |= FDRC_FLAG_NOREPEAT;
         }
         mult = 0;
         soleLitSize = lits[0].s.size() - 1;