summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-04-26 22:43:37 +0200
committerhut <hut@lavabit.com>2010-04-26 22:43:37 +0200
commit333e362b883ad390274fb443dc44541670f4c432 (patch)
treed90623c6fcd6e705d391db8a55034ca38f27f826
parentd79516462875c594959807ad471d4258ccf7f811 (diff)
downloadranger-333e362b883ad390274fb443dc44541670f4c432.tar.gz
removed trailing whitespace
-rw-r--r--ranger/defaults/commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/defaults/commands.py b/ranger/defaults/commands.py
index 43e43a6b..e33cc2f1 100644
--- a/ranger/defaults/commands.py
+++ b/ranger/defaults/commands.py
@@ -50,7 +50,7 @@ and write some command definitions, for example:
 		def execute(self):
 			num = self.line.split()[1]
 			self.fm.tab_open(int(num))
-		
+
 For a list of all actions, check /ranger/core/actions.py.
 '''