From ffd48cefa6c468d4cdadd5e562f0d3c63eb4a2d6 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 6 Oct 2014 22:01:12 -0700 Subject: Whitespace cleanups. Change-Id: I92f983b2e04defab30eb31c14c484b9f0f582413 Reviewed-on: https://code.wireshark.org/review/4513 Reviewed-by: Guy Harris --- wiretap/dbs-etherwatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wiretap/dbs-etherwatch.c') diff --git a/wiretap/dbs-etherwatch.c b/wiretap/dbs-etherwatch.c index 9e76a5da36..576dae7f2b 100644 --- a/wiretap/dbs-etherwatch.c +++ b/wiretap/dbs-etherwatch.c @@ -501,7 +501,7 @@ parse_dbs_etherwatch_packet(struct wtap_pkthdr *phdr, FILE_T fh, Buffer* buf, #define TYPE_CHECK_BOTH '[' /* Value at pos. that indicates BOTH type */ #define COUNT_POS_BOTH 21 /* Count position BOTH type */ #define COUNT_POS_HEX 1 /* Count position HEX type */ -#define COUNT_SIZE 5 /* Length counter */ +#define COUNT_SIZE 5 /* Length counter */ #define HEX_DUMP_START '[' /* Start char */ #define HEX_DUMP_SPR ' ' /* Seperator char */ #define HEX_DUMP_END ']' /* End char */ -- cgit v1.2.1