diff options
author | Nan Xiao <nan@chinadtrace.org> | 2020-03-16 14:28:17 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-16 14:28:17 +0800 |
commit | 14e2d8c7892ef4338bab9b9bdf32d98182a3311f (patch) | |
tree | 6839bf531c8b92e03841ec9004cae657c96ac04a /pcap-int.h | |
parent | dedcfbec21a1360eca7ef47e4a72dba7cf18f0f4 (diff) |
Use tab instead of space in formatting pcap-int.h
Diffstat (limited to 'pcap-int.h')
-rw-r--r-- | pcap-int.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -213,7 +213,7 @@ struct pcap { int snapshot; int linktype; /* Network linktype */ - int linktype_ext; /* Extended information stored in the linktype field of a file */ + int linktype_ext; /* Extended information stored in the linktype field of a file */ int offset; /* offset for proper alignment */ int activated; /* true if the capture is really started */ int oldstyle; /* if we're opening with pcap_open_live() */ |