]> git.proxmox.com Git - mirror_edk2.git/commit
ShellPkg: Refactor Print logic out of main loop function
authorJaben Carsey <jaben.carsey@intel.com>
Fri, 24 Jan 2014 20:33:17 +0000 (20:33 +0000)
committerjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 24 Jan 2014 20:33:17 +0000 (20:33 +0000)
commitfed3be946c8bff1372e106eec8cfd73524036ceb
tree2e1e4d0ed11bc7d7663be0bea0f82db88155019b
parentb0c975b61a47b1b3c7e2e91b9e6aa9321d702a79
ShellPkg: Refactor Print logic out of main loop function

This has no change in the behavior of the LS command, but it removes the printing logic from the main recursive function.  This is the first step toward changing the code flow without affecting the look and feel.

The long term goal is correcting the recursion to be more clean and useful to users.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Erik Bjorge <erik.c.bjorge@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15179 6f19259b-4bc3-4df7-8a09-765794883524
ShellPkg/Library/UefiShellLevel2CommandsLib/Ls.c