]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
tiny style change
authorTom Peters <thopeter@cisco.com>
Fri, 19 Sep 2014 20:45:29 +0000 (16:45 -0400)
committerTom Peters <thopeter@cisco.com>
Fri, 19 Sep 2014 20:45:29 +0000 (16:45 -0400)
src/service_inspectors/nhttp_inspect/nhttp_inspect.cc

index 6de8c0c6326053279f14d67f02d874789801df18..aea9ff86a1bd9c252bf39f7526c1cdd8d1857cd4 100644 (file)
@@ -61,8 +61,7 @@ bool NHttpInspect::configure (SnortConfig *)
     return true;
 }
 
-bool NHttpInspect::get_buf(
-    InspectionBuffer::Type ibt, Packet* p, InspectionBuffer& b)
+bool NHttpInspect::get_buf(InspectionBuffer::Type ibt, Packet* p, InspectionBuffer& b)
 {
     switch ( ibt )
     {