diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-11-05 04:25:53 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-11-06 10:35:25 +0100 |
| commit | 9c9f0c884366ff1f0acc00e430f0eeb1b4391658 (patch) | |
| tree | b9fe8ce352f515231089c0c35a5c17c5ff540e8f | |
| parent | 68426efeae6aae30f85ef81b8bdead96853df603 (diff) | |
Whitespace nit
| -rw-r--r-- | kconfiglib.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kconfiglib.py b/kconfiglib.py index c7510b2..61661c5 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -2830,6 +2830,7 @@ class Kconfig(object): # 'prompt' properties override each other within a single definition of # a symbol, but additional prompts can be added by defining the symbol # multiple times + if node.prompt: self._warn(_name_and_loc(node.item) + " defined with multiple prompts in single location") |
