summaryrefslogtreecommitdiff
path: root/alot/settings
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2016-12-23 11:00:40 -0800
committerDylan Baker <dylan@pnwbakers.com>2016-12-27 15:10:59 -0800
commit216c1203aa0652e24c83a4adbb663bd797efabf7 (patch)
tree22b993ea0bcb40d0f3b4d60661fafae498a10de7 /alot/settings
parentee9b39f4adf34f784b803168067ba90c5c575552 (diff)
fix odd continuation and indentation
This is just whitespace changes.
Diffstat (limited to 'alot/settings')
-rw-r--r--alot/settings/theme.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/alot/settings/theme.py b/alot/settings/theme.py
index 0e9ced2a..7c4dac15 100644
--- a/alot/settings/theme.py
+++ b/alot/settings/theme.py
@@ -106,11 +106,11 @@ class Theme(object):
candidates = self._config['search'].sections
for candidatename in candidates:
candidate = self._config['search'][candidatename]
- if candidatename.startswith('threadline') and\
- (not candidatename == 'threadline') and\
- matches(candidate, thread):
- match = candidate
- break
+ if (candidatename.startswith('threadline') and
+ (not candidatename == 'threadline') and
+ matches(candidate, thread)):
+ match = candidate
+ break
# fill in values
res = {}