]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
reformat comment
authorRuss Combs <rucombs@cisco.com>
Thu, 15 Jan 2015 23:59:42 +0000 (18:59 -0500)
committerRuss Combs <rucombs@cisco.com>
Thu, 15 Jan 2015 23:59:42 +0000 (18:59 -0500)
src/ips_options/ips_byte_jump.cc

index 255ceae6117e18b97f1899b66f976b7f8f3efafb..cb0eee2738c7a331ab2d8814853d076a1b8a205c 100644 (file)
@@ -256,7 +256,8 @@ int ByteJumpOption::eval(Cursor& c, Packet*)
         }
         payload_bytes_grabbed = tmp;
     }
-    // Negative offsets that put us outside the buffer should have been caught in the extraction routines
+    // Negative offsets that put us outside the buffer should have been caught
+    // in the extraction routines
     assert(base_ptr >= c.buffer());
 
     if (bjd->multiplier)