hishamhm / htop

htop is an interactive text-mode process viewer for Unix systems. It aims to be a better 'top'.
GNU General Public License v2.0
5.83k stars 581 forks source link

Fix misleading indentation #1010

Open jpereira opened 4 years ago

jpereira commented 4 years ago

Get rid of the warning message.

InfoScreen.c:138:15: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation]
            } if (mevent.y == LINES - 1)
              ^
InfoScreen.c:134:10: note: previous statement is here
         if (ok == OK)
         ^
1 warning generated.
natoscott commented 4 years ago

Merged here: htop-dev/htop@9aa8168