summaryrefslogtreecommitdiff
path: root/com32/menu/execute.c
Commit message (Collapse)AuthorAgeFilesLines
* Run Nindent on com32/menu/execute.cH. Peter Anvin2009-05-291-39/+39
| | | | | | | | | Automatically reformat com32/menu/execute.c using Nindent. Do this for all files except HDT, gPXE and externally maintained libraries (zlib, tinyjpeg, libpng). Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Global whitespace cleanup.H. Peter Anvin2009-04-201-2/+1
| | | | Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
* simple menu: break off execute() into its own source fileH. Peter Anvin2008-03-021-0/+70
Break off execute() into its own source file, with the intent of being able to re-use it for a CLI module.