Skip to content

Commit 0152a71

Browse files
hynekkarcejkato2
andauthored
Update minor coding-style issue
Co-authored-by: Tomas Cejka <[email protected]>
1 parent 43f7259 commit 0152a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

process/ovpn.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ void OVPNPlugin::update_record(RecordExtOVPN* vpn_data, const Packet &pkt)
166166
vpn_data->status = status_data;
167167
vpn_data->invalid_pkt_cnt = -1;
168168
}
169-
if(pkt.payload_len_wire > c_min_data_packet_size) {
169+
if (pkt.payload_len_wire > c_min_data_packet_size) {
170170
vpn_data->data_pkt_cnt++;
171171
}
172172
break;

0 commit comments

Comments
 (0)