]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/MAI/menu/menu.c
* Code cleanup:
[people/ms/u-boot.git] / board / MAI / menu / menu.c
index 3130142647206998c80439be20a939adb2bcf360..c0c63a89ddc3b6a34f88a7c7663394154f5f3aef 100644 (file)
@@ -41,9 +41,9 @@ int menu_init (menu_t *root)
 
     s = getenv("menu_disabled");
     if (s) disabled_attr = atoi(s);
-    
+
     for (i=0; i<MAX_MENU_OPTIONS; i++) odata[i].used = 0;
-    
+
     root_menu = root;
 }