about summary refs log tree commit diff stats
path: root/ranger/gui/ui.py
diff options
context:
space:
mode:
authorstepshal <nessento@openmailbox.org>2016-06-19 09:45:59 +0700
committerstepshal <nessento@openmailbox.org>2016-06-19 09:46:59 +0700
commit39e5b4c6ab1a41951d6ff728a058054c1141f57d (patch)
treee38a857c9c1f996b25fd495246245a4e993639f7 /ranger/gui/ui.py
parent904d3df13a96c2ded55919ff2a3ed873b8da3c9e (diff)
downloadranger-39e5b4c6ab1a41951d6ff728a058054c1141f57d.tar.gz
Make at least two spaces before inline comment
Diffstat (limited to 'ranger/gui/ui.py')
-rw-r--r--ranger/gui/ui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/gui/ui.py b/ranger/gui/ui.py
index 200f3625..ed8d4d9e 100644
--- a/ranger/gui/ui.py
+++ b/ranger/gui/ui.py
@@ -93,7 +93,7 @@ class UI(DisplayableContainer):
             self.setup()
             self.win.addstr("loading...")
             self.win.refresh()
-            self._draw_title = curses.tigetflag('hs') # has_status_line
+            self._draw_title = curses.tigetflag('hs')  # has_status_line
 
         self.update_size()
         self.is_on = True