Adjust curly bracket position.
authorDavid Griffith <dave@661.org>
Sun, 26 May 2019 05:08:17 +0000 (22:08 -0700)
committerDavid Griffith <dave@661.org>
Sun, 26 May 2019 05:08:17 +0000 (22:08 -0700)
src/curses/ux_input.c

index d6b0015948338aa07ae6503f679afe6b9386b921..552cffbe3a11fdadfbcd5deeff18a6d98b3c9e4a 100644 (file)
@@ -662,8 +662,7 @@ zchar os_read_line (int bufmax, zchar *buf, int timeout, int width,
             else
                res = unix_history_forward(buf, searchpos, max);
 
-           if (res)
-           {
+           if (res) {
                scrnset(x, ' ', len);
 #ifdef USE_UTF8
                utf8_mvaddstr(y, x, (char *) buf);