Skip to content

Commit 534ea0a

Browse files
hynekkarcejkato2
andcommitted
Minor coding style update
Co-authored-by: Tomas Cejka <[email protected]>
1 parent 7060af3 commit 534ea0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

process/ssadetector.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ void SSADetectorPlugin::update_record(RecordExtSSADetector* record, const Packet
136136

137137
int SSADetectorPlugin::post_update(Flow& rec, const Packet& pkt)
138138
{
139-
RecordExtSSADetector* record = nullptr;
139+
RecordExtSSADetector *record = nullptr;
140140
if (rec.src_packets + rec.dst_packets < MIN_PKT_IN_FLOW) {
141141
return 0;
142142
}

0 commit comments

Comments
 (0)