Fixed coding style issue.

Signed-off-by: Robert Donald Rickett <robert.rick...@gmail.com>
---
 scripts/kconfig/menu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/kconfig/menu.c b/scripts/kconfig/menu.c
index e9357931b47d..62f03f4eb96d 100644
--- a/scripts/kconfig/menu.c
+++ b/scripts/kconfig/menu.c
@@ -143,7 +143,7 @@ static struct property *menu_add_prop(enum prop_type type, 
char *prompt, struct
                        prop_warn(prop, "prompt redefined");
 
                /* Apply all upper menus' visibilities to actual prompts. */
-               if(type == P_PROMPT) {
+               if (type == P_PROMPT) {
                        struct menu *menu = current_entry;
 
                        while ((menu = menu->parent) != NULL) {
-- 
2.14.1

Reply via email to