ShellPkg/UefiHandleParsingLib.c: Unify EOL and remove trailing space

The patch doesn't change any code logic.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
This commit is contained in:
Ruiyu Ni
2016-06-16 11:14:40 +08:00
parent 2528e47cb2
commit e918029fbc

View File

@ -3013,13 +3013,3 @@ GetHandleListByProtocolList (
return (HandleList); return (HandleList);
} }