From 02257694c4ed87f6e1cb0ecad50e578123ea4d4e Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 13 Nov 2016 12:43:20 +0100 Subject: [PATCH] Fix indent --- qutebrowser/mainwindow/tabbedbrowser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/mainwindow/tabbedbrowser.py b/qutebrowser/mainwindow/tabbedbrowser.py index 915e927c7..e38610ad2 100644 --- a/qutebrowser/mainwindow/tabbedbrowser.py +++ b/qutebrowser/mainwindow/tabbedbrowser.py @@ -522,7 +522,7 @@ class TabbedBrowser(tabwidget.TabWidget): # If needed, re-open the tab as a workaround for QTBUG-54419. # See https://bugreports.qt.io/browse/QTBUG-54419 if (tab.backend == usertypes.Backend.QtWebEngine and - tab.needs_qtbug54419_workaround): + tab.needs_qtbug54419_workaround): log.misc.debug("Doing QTBUG-54419 workaround for {}, " "url {}".format(tab, url)) self.setUpdatesEnabled(False)