aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/toshiba.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-10-06 22:01:12 -0700
committerGuy Harris <guy@alum.mit.edu>2014-10-07 05:01:39 +0000
commitffd48cefa6c468d4cdadd5e562f0d3c63eb4a2d6 (patch)
tree58061a0a150ff180c840de7776c78cf02fd97490 /wiretap/toshiba.c
parent683d657d4977487c073777f156938d6970e2f08b (diff)
Whitespace cleanups.
Change-Id: I92f983b2e04defab30eb31c14c484b9f0f582413 Reviewed-on: https://code.wireshark.org/review/4513 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'wiretap/toshiba.c')
-rw-r--r--wiretap/toshiba.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/toshiba.c b/wiretap/toshiba.c
index a6e36057c0..681e094a9c 100644
--- a/wiretap/toshiba.c
+++ b/wiretap/toshiba.c
@@ -405,8 +405,8 @@ parse_single_hex_dump_line(char* rec, guint8 *buf, guint byte_offset) {
}
/* Go through the substring representing the values and:
- * 1. Replace any spaces with '0's
- * 2. Place \0's every 5 bytes (to terminate the string)
+ * 1. Replace any spaces with '0's
+ * 2. Place \0's every 5 bytes (to terminate the string)
*
* Then read the eight sets of hex bytes
*/