Coding Style cleanup
[kernel/u-boot.git] / doc / README.menu
index 1259c6a..0dad6a2 100644 (file)
@@ -97,7 +97,7 @@ char *pick_a_tool(void)
                        printf("failed to add item!");
                        menu_destroy(m);
                        return NULL;
-                }
+               }
        }
 
        if (menu_get_choice(m, (void **)&tool) != 1)