summaryrefslogtreecommitdiff
path: root/wiretap/iseries.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-05-01 18:00:00 -0700
committerGuy Harris <guy@alum.mit.edu>2016-05-02 01:00:39 +0000
commitf2353b2de1b15ea186ccb75fe80a4cd209ef9eb0 (patch)
tree19b6e8f8f19673e8dc13d27df64c852a1a7cff93 /wiretap/iseries.c
parentc7d67d8ff5d799f49b83d54b0dfeb0a23618bbf1 (diff)
downloadwireshark-f2353b2de1b15ea186ccb75fe80a4cd209ef9eb0.tar.gz
Remove trailing blank.
Change-Id: I57017b3e574983dac9107712a0dd6b243b62bb80 Reviewed-on: https://code.wireshark.org/review/15240 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'wiretap/iseries.c')
-rw-r--r--wiretap/iseries.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/iseries.c b/wiretap/iseries.c
index 01b55beef2..0ca3dcd052 100644
--- a/wiretap/iseries.c
+++ b/wiretap/iseries.c
@@ -793,7 +793,7 @@ iseries_parse_packet (wtap * wth, FILE_T fh, struct wtap_pkthdr *phdr,
phdr->pkt_encap = WTAP_ENCAP_ETHERNET;
phdr->pseudo_header.eth.fcs_len = -1;
- /*
+ /*
* Allocate a buffer big enough to hold the claimed packet length
* worth of byte values; each byte will be two hex digits, so the
* buffer's size should be twice the packet length.