mirror of https://github.com/xzeldon/htop.git
Remove unnecessary parens
This commit is contained in:
parent
f5c3349bdb
commit
f752c6e2d1
|
@ -43,7 +43,7 @@ static HandlerResult DisplayOptionsPanel_eventHandler(Panel* super, int ch) {
|
|||
case KEY_MOUSE:
|
||||
case KEY_RECLICK:
|
||||
case ' ':
|
||||
CheckItem_set(selected, ! (CheckItem_get(selected)) );
|
||||
CheckItem_set(selected, !CheckItem_get(selected));
|
||||
result = HANDLED;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue