Skip to content

Commit 967abeb

Browse files
committed
Useless brackets are useless
1 parent 050d51d commit 967abeb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

input.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,7 @@ void get_input(struct Window *w, struct Cursor *c, struct File *f)
147147
case KEY_F(4):
148148
svdmd=NEW_FILE;
149149
if (f->saved)
150-
{
151150
mode=svdmd;
152-
}
153151
else
154152
mode=NOT_SAVED;
155153
break;

0 commit comments

Comments
 (0)