diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-11-25 02:52:19 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-11-25 02:52:19 +0100 |
| commit | 010425856a3e56ece63aea7e7824e63e24a33d96 (patch) | |
| tree | b3521f2a3dea5114373919d09326157facebe4b1 | |
| parent | 4b2393627c5c75807d559ef706f0d966ce131f60 (diff) | |
Whitespace nit
| -rw-r--r-- | kconfiglib.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kconfiglib.py b/kconfiglib.py index b0e3ab8..d050323 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -2752,7 +2752,6 @@ class Kconfig(object): node.visibility = self._make_and(node.visibility, self._expect_expr_and_eol()) - elif t0 is _T_OPTION: if self._check_token(_T_ENV): if not self._check_token(_T_EQUAL): |
