summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2015-06-08 10:42:04 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2015-06-08 10:42:04 +0200
commitc8da7e77b722b3b1ba61dfcbc6f09c1220e908a0 (patch)
treed931c402d2053a8093e7c9271c482d8ad5b6a2bd
parent986d703db3b87419caffc1c427aa2cc63db28b37 (diff)
Space nit.
-rw-r--r--kconfiglib.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/kconfiglib.py b/kconfiglib.py
index 8badb0d..dfc3d0f 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -906,7 +906,6 @@ class Config(object):
block = [] if res is None else res
while 1:
-
# Do we already have a tokenized line that we determined wasn't
# part of whatever we were parsing earlier? See comment in
# Config.__init__().