summary refs log tree commit diff stats
path: root/doc/print_keys.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/print_keys.py')
-rwxr-xr-xdoc/print_keys.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/print_keys.py b/doc/print_keys.py
index f87a2a40..17d2513b 100755
--- a/doc/print_keys.py
+++ b/doc/print_keys.py
@@ -9,6 +9,6 @@ sep = '; '
 
 @wrapper
 def main(w):
-	while True:
-		w.addstr(str(w.getch()) + sep)
+    while True:
+        w.addstr(str(w.getch()) + sep)