Skip to content

Commit c63dc63

Browse files
antonsorokoBenBE
authored andcommitted
Fix "CPU usage bar" help alignment.
1 parent 30618c5 commit c63dc63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Action.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ static Htop_Reaction actionHelp(State* st) {
734734
addbartext(CRT_colors[BAR_SHADOW], " ", "used%");
735735
} else {
736736
addbartext(CRT_colors[CPU_GUEST], "/", "guest");
737-
addbartext(CRT_colors[BAR_SHADOW], " ", "used%");
737+
addbartext(CRT_colors[BAR_SHADOW], " ", "used%");
738738
}
739739
addattrstr(CRT_colors[BAR_BORDER], "]");
740740

0 commit comments

Comments
 (0)