From: Russ Combs Date: Thu, 15 Jan 2015 23:59:42 +0000 (-0500) Subject: reformat comment X-Git-Tag: 3.0.0-233~1077 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=347cd7119c812458021efb3fbe9391e36d6b0a26;p=thirdparty%2Fsnort3.git reformat comment --- diff --git a/src/ips_options/ips_byte_jump.cc b/src/ips_options/ips_byte_jump.cc index 255ceae61..cb0eee273 100644 --- a/src/ips_options/ips_byte_jump.cc +++ b/src/ips_options/ips_byte_jump.cc @@ -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)