From 9c9f0c884366ff1f0acc00e430f0eeb1b4391658 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Mon, 5 Nov 2018 04:25:53 +0100 Subject: Whitespace nit --- kconfiglib.py | 1 + 1 file changed, 1 insertion(+) (limited to 'kconfiglib.py') 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") -- cgit v1.2.3