Skip to content

Commit

Permalink
Print newline after size.
Browse files Browse the repository at this point in the history
  • Loading branch information
dillof committed Sep 13, 2020
1 parent 912a1fd commit eb0ec78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions detect.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ unsigned char detect(void) {
else {
textcolor(COLOR_LIGHTGREEN);
print_size(ramlink_size);
printf("\n");
}
textcolor(COLOR_GRAY3);

Expand All @@ -76,6 +77,7 @@ unsigned char detect(void) {
else {
textcolor(COLOR_LIGHTGREEN);
print_size(reu_size);
printf("\n");
}
textcolor(COLOR_GRAY3);

Expand Down

0 comments on commit eb0ec78

Please sign in to comment.