White space changes.

svn path=/trunk/; revision=41015
This commit is contained in:
Anders Broman 2012-02-13 17:34:56 +00:00
parent c7b1aeb5f5
commit 1bc9a08e41
1 changed files with 4 additions and 4 deletions

View File

@ -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;
};