Skip to content

Commit

Permalink
Remove an excess space from compact layout
Browse files Browse the repository at this point in the history
  • Loading branch information
tcftbl committed Dec 25, 2023
1 parent 1da0e34 commit e0b0637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/display/utils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ print_download_status(char* first, char* last, core::Download* d) {
char*
print_download_column_compact(char* first, char* last) {
first = print_buffer(first, last, " %-64.64s", "Name");
first = print_buffer(first, last, "| Status | Downloaded | Size | Done | Up Rate | Down Rate | Uploaded | ETA | Ratio| Misc ");
first = print_buffer(first, last, "| Status | Downloaded | Size | Done | Up Rate | Down Rate | Uploaded | ETA | Ratio| Misc ");

if (first > last)
throw torrent::internal_error("print_download_column_compact(...) wrote past end of the buffer.");
Expand Down

0 comments on commit e0b0637

Please sign in to comment.