about summary refs log tree commit diff stats
path: root/src/ui/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/core.c')
-rw-r--r--src/ui/core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/core.c b/src/ui/core.c
index 20db2010..e0f46f6e 100644
--- a/src/ui/core.c
+++ b/src/ui/core.c
@@ -212,8 +212,8 @@ ui_input_nonblocking(gboolean reset)
     }
 
     if (reset) {
-      timeout = 0;
-      no_input_count = 0;
+        timeout = 0;
+        no_input_count = 0;
     }
 
     if (timeout < prefs_get_inpblock()) {