about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2013-02-24 23:47:28 +0100
committerhut <hut@lavabit.com>2013-02-24 23:48:49 +0100
commit1699a4e8e4eea10f2aaa3520cb16a0253c7248a0 (patch)
treeefd3915a529d0a1ec9157009cd3a2da1516237a3
parente483afd056edf4b8963ca095ea44155e5d61be57 (diff)
downloadranger-1699a4e8e4eea10f2aaa3520cb16a0253c7248a0.tar.gz
vcs: fix indentation in gui.context
-rw-r--r--ranger/gui/context.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/ranger/gui/context.py b/ranger/gui/context.py
index ecef7d07..878b7680 100644
--- a/ranger/gui/context.py
+++ b/ranger/gui/context.py
@@ -16,10 +16,10 @@ CONTEXT_KEYS = ['reset', 'error', 'badinfo',
         'seperator', 'key', 'special', 'border', # COMPAT
         'title', 'text', 'highlight', 'bars', 'quotes', 'tab', 'loaded',
         'keybuffer',
-                'infostring',
-                'vcsfile', 'vcsremote', 'vcsinfo', 'vcscommit',
-                'vcsconflict', 'vcschanged', 'vcsunknown', 'vcsignored',
-                'vcsstaged', 'vcssync', 'vcsbehind', 'vcsahead', 'vcsdiverged']
+        'infostring',
+        'vcsfile', 'vcsremote', 'vcsinfo', 'vcscommit',
+        'vcsconflict', 'vcschanged', 'vcsunknown', 'vcsignored',
+        'vcsstaged', 'vcssync', 'vcsbehind', 'vcsahead', 'vcsdiverged']
 
 class Context(object):
     def __init__(self, keys):