From b2a128776ec8a40acc67396fa1738ee9216938bd Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sun, 7 Jun 2015 03:08:37 +0200 Subject: Whitespace nits. --- kconfiglib.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'kconfiglib.py') diff --git a/kconfiglib.py b/kconfiglib.py index ac2ec0e..999500b 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -1117,10 +1117,8 @@ class Config(object): optional. Returns a tuple containing the parsed expressions, with None as the second element if the 'if' part is missing.""" val = self._parse_expr(tokens, stmt, line, filename, linenr, False) - if tokens.check(T_IF): return (val, self._parse_expr(tokens, stmt, line, filename, linenr)) - return (val, None) # In case the symbol is defined in multiple locations, we need to -- cgit v1.2.3