summary refs log tree commit diff stats
path: root/doc/print_keys.py
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2013-02-10 03:41:39 +0100
committerhut <hut@lavabit.com>2013-02-10 03:41:39 +0100
commit2fc163162cb450e78a7b5f557da27eb8dc778141 (patch)
tree50157d53f887c99df304b2ccfd2ed0162cfb96f0 /doc/print_keys.py
parent184e84284d2f4e48631a4b94b87ba76126470206 (diff)
parent1a0e0a663b6b67f7e644b89ade63fb285740b6a4 (diff)
downloadranger-2fc163162cb450e78a7b5f557da27eb8dc778141.tar.gz
Merge branch 'spaces'
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)