fixes spacing issue

This commit is contained in:
SuperNovaa41 2025-02-07 12:33:19 -05:00
parent e4da46533b
commit 1d322705d0

View File

@ -74,6 +74,8 @@ void display_hex_chunk(hex_chunk_t* chunk, FILE* stream)
newline = false; newline = false;
} }
fprintf(stream, " ");
for (i = 0; i < flags.cols; i++) { for (i = 0; i < flags.cols; i++) {
if (chunk->text[i] == '\n' || chunk->text[i] == EOF) if (chunk->text[i] == '\n' || chunk->text[i] == EOF)
newline = true; newline = true;