summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKlinkenstecker <klinkenstecker@gmx.de>2014-10-22 23:26:25 +0200
committerKlinkenstecker <klinkenstecker@gmx.de>2014-10-22 23:26:25 +0200
commitb16f1156e98f4dd870b3779911fa9568c4f8272a (patch)
tree6ad7cb940ebfb13fafb2d792d828ff6f0cee167b
parent6bccc8c34bba2525b5a93537c142ca38dec0bb46 (diff)
downloadranger-b16f1156e98f4dd870b3779911fa9568c4f8272a.tar.gz
fixed indentation width
-rw-r--r--ranger/config/commands.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/ranger/config/commands.py b/ranger/config/commands.py
index c467fb7c..380d4eef 100644
--- a/ranger/config/commands.py
+++ b/ranger/config/commands.py
@@ -1044,11 +1044,11 @@ class scout(Command):
                 self.fm.move(right=1)
 
         if self.KEEP_OPEN in flags and thisdir != self.fm.thisdir:
-             # reopen the console:
-             if not pattern:
-                 self.fm.open_console(self.line)
-             else:
-                 self.fm.open_console(self.line[0:-len(pattern)])
+            # reopen the console:
+            if not pattern:
+                self.fm.open_console(self.line)
+            else:
+                self.fm.open_console(self.line[0:-len(pattern)])
 
         if thisdir != self.fm.thisdir and pattern != "..":
             self.fm.block_input(0.5)