aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Moffett <industrial.reformer@gmail.com>2024-04-13 09:32:12 -0400
committerIan Moffett <industrial.reformer@gmail.com>2024-04-13 09:32:12 -0400
commit0a0d1b76e308eb58c67cc4474d3714798ebdefac (patch)
treee9f4a81a31b291f60c79909186812ec7c5ae0003
parent31db5fd58d37992c6dde5c36cf91f61a53b55c16 (diff)
Document byte spacing
Signed-off-by: Ian Moffett <industrial.reformer@gmail.com>
-rw-r--r--src/mex.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mex.c b/src/mex.c
index dfeee40..7d4f906 100644
--- a/src/mex.c
+++ b/src/mex.c
@@ -46,6 +46,8 @@ dump_line(const char *line, size_t len)
} else {
printf(" ");
}
+
+ /* Put spacing between bytes */
if (((i + 1) % BYTE_COUNT) == 0) {
printf(" ");
}