htop icon indicating copy to clipboard operation
htop copied to clipboard

Fix misleading indentation

Open jpereira opened this issue 4 years ago • 2 comments

jpereira avatar Jun 11 '20 16:06 jpereira

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.

jpereira avatar Jun 11 '20 16:06 jpereira

Merged here: htop-dev/htop@9aa8168

natoscott avatar Aug 20 '20 05:08 natoscott