From e485ac5175ed520a90ef5bc7a127201d44309a2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=BCxen?= Date: Tue, 21 Feb 2012 15:16:45 +0000 Subject: Use tab indentation as elsewhere in the files. Only whitespace changes. svn path=/trunk/; revision=41110 --- pcapio.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'pcapio.h') diff --git a/pcapio.h b/pcapio.h index 16c8bc23c9..d9e6d26dce 100644 --- a/pcapio.h +++ b/pcapio.h @@ -64,16 +64,16 @@ libpcap_write_session_header_block(FILE *fp, /**< File pointer */ extern gboolean libpcap_write_interface_description_block(FILE *fp, - const char *comment, /* OPT_COMMENT 1 */ + const char *comment, /* OPT_COMMENT 1 */ const char *name, /* IDB_NAME 2 */ - const char *descr, /* IDB_DESCRIPTION 3 */ - const char *filter, /* IDB_FILTER 11 */ - const char *os, /* IDB_OS 12 */ + const char *descr, /* IDB_DESCRIPTION 3 */ + const char *filter, /* IDB_FILTER 11 */ + const char *os, /* IDB_OS 12 */ int link_type, int snap_len, long *bytes_written, - guint64 if_speed, /* IDB_IF_SPEED 8 */ - guint8 tsresol, /* IDB_TSRESOL 9 */ + guint64 if_speed, /* IDB_IF_SPEED 8 */ + guint8 tsresol, /* IDB_TSRESOL 9 */ int *err); extern gboolean -- cgit v1.2.3