diff --git a/userspace/libwr/dot-config.c b/userspace/libwr/dot-config.c
index 59c25d36a5ff817ae3d2d956f8ed36d014844ca8..4ad5fc39986059957268bed7b154fdac5a1e86e2 100644
--- a/userspace/libwr/dot-config.c
+++ b/userspace/libwr/dot-config.c
@@ -249,7 +249,7 @@ static int libwr_cfg_read_kconfig(struct kc **all_configs,
 			}
 		} else {
 			// In help section
-			if ( indentation>=helpIndentation )
+			if (indentation > helpIndentation)
 				continue; // Still in help section
 			helpIndentation=-1; // Exiting help section
 		}