[PATCH] scripts: kconfig: menu: fixed a coding style issue

From: Robert Donald Rickett
Date: Mon Jan 15 2018 - 23:27:49 EST


Fixed coding style issue.

Signed-off-by: Robert Donald Rickett <robert.rickett@xxxxxxxxx>
---
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