Skip to content

Commit

Permalink
printer: remove unneeded whitespace padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Nykseli committed Oct 5, 2023
1 parent 7e906cf commit c3571bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/printer.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ void print_middle(html_parser* parser)
html_item_type last_type = HTML_TEXT;

for (size_t i = 0; i < parser->middle_rows; i++) {
printf(" ");
for (size_t j = 0; j < parser->middle[i].size; j++) {
html_item item = parser->middle[i].items[j];
if (item.type == HTML_LINK) {
Expand Down

0 comments on commit c3571bb

Please sign in to comment.