aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap-int.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-02-13 17:34:56 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-02-13 17:34:56 +0000
commit1bc9a08e4113023e5dc3c31b7e30953009f9d67b (patch)
treeb2f1f78b886bb3737a843fe7a2976e5213eecf30 /wiretap/wtap-int.h
parentc7b1aeb5f5ecef65d086c6b62e2e3dc4ba9340ce (diff)
White space changes.
svn path=/trunk/; revision=41015
Diffstat (limited to 'wiretap/wtap-int.h')
-rw-r--r--wiretap/wtap-int.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/wiretap/wtap-int.h b/wiretap/wtap-int.h
index 3c7ecb6481..bdb383ee2e 100644
--- a/wiretap/wtap-int.h
+++ b/wiretap/wtap-int.h
@@ -88,9 +88,9 @@ typedef gboolean (*subtype_close_func)(struct wtap_dumper*, int*);
struct wtap_dumper {
WFILE_T fh;
- int file_type;
- int snaplen;
- int encap;
+ int file_type;
+ int snaplen;
+ int encap;
gboolean compressed;
gint64 bytes_dumped;
@@ -100,7 +100,7 @@ struct wtap_dumper {
subtype_close_func subtype_close;
int tsprecision; /* timestamp precision of the lower 32bits
- * e.g. WTAP_FILE_TSPREC_USEC */
+ * e.g. WTAP_FILE_TSPREC_USEC */
struct addrinfo *addrinfo_list;
};