aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2023-07-18 16:28:46 -0700
committerGuy Harris <gharris@sonic.net>2023-07-18 16:28:46 -0700
commite0be22909d285fa721379542a754df696c314da3 (patch)
treed552fce03d6e392c53bf096f77ad81233a126330
parentdf1d38ef680ef4ddcb390d633ddcc7a770ffdb05 (diff)
Get rid of trailing space.
-rw-r--r--pcap-usb-linux-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap-usb-linux-common.c b/pcap-usb-linux-common.c
index 427b5c52..ea32f19b 100644
--- a/pcap-usb-linux-common.c
+++ b/pcap-usb-linux-common.c
@@ -114,7 +114,7 @@ fix_linux_usb_mmapped_length(struct pcap_pkthdr *pkth, const u_char *bp)
/*
* Now calculate the total length based on that data
* length.
- *
+ *
* First, make sure the total length of the ISO
* descriptors fits in an unsigned int. We know
* that sizeof (usb_isodesc) is a small power-of-2