aboutsummaryrefslogtreecommitdiff
path: root/pcap-int.h
diff options
context:
space:
mode:
authorNan Xiao <nan@chinadtrace.org>2020-03-16 14:28:17 +0800
committerGitHub <noreply@github.com>2020-03-16 14:28:17 +0800
commit14e2d8c7892ef4338bab9b9bdf32d98182a3311f (patch)
tree6839bf531c8b92e03841ec9004cae657c96ac04a /pcap-int.h
parentdedcfbec21a1360eca7ef47e4a72dba7cf18f0f4 (diff)
Use tab instead of space in formatting pcap-int.h
Diffstat (limited to 'pcap-int.h')
-rw-r--r--pcap-int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap-int.h b/pcap-int.h
index 09620436..43c948fd 100644
--- a/pcap-int.h
+++ b/pcap-int.h
@@ -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() */