Skip to content

Commit f04a9f2

Browse files
koumajoscejkato2
andauthored
Coding style
Co-authored-by: Tomas Cejka <[email protected]>
1 parent afa6c63 commit f04a9f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

input/pcap.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ void PcapReader::open_ifc(const std::string &ifc)
185185

186186
void PcapReader::check_datalink(int datalink)
187187
{
188-
if (m_datalink != DLT_EN10MB && m_datalink != DLT_LINUX_SLL && m_datalink != DLT_RAW) {
188+
if (m_datalink != DLT_EN10MB && m_datalink != DLT_LINUX_SLL && m_datalink != DLT_RAW) {
189189
close();
190190
throw PluginError("unsupported link type detected, supported types are DLT_EN10MB and DLT_LINUX_SLL and DLT_RAW");
191191
}

0 commit comments

Comments
 (0)