mirror of https://github.com/acidanthera/audk.git
ShellPkg: Remove trailing white space
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1158 Cc: Ruiyu Ni <ruiyu.ni@intel.com> Cc: Jaben Carsey <jaben.carsey@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Fu Siyuan <siyuan.fu@intel.com> Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
This commit is contained in:
parent
40a7b235e4
commit
4b2dc555d8
|
@ -1032,7 +1032,7 @@ IfConfigSetInterfaceInfo (
|
|||
SubnetMask = NTOHL (SubnetMask);
|
||||
TempGateway = NTOHL (TempGateway);
|
||||
if ((SubnetMask != 0) &&
|
||||
(SubnetMask != 0xFFFFFFFFu) &&
|
||||
(SubnetMask != 0xFFFFFFFFu) &&
|
||||
!NetIp4IsUnicast (TempGateway, SubnetMask)) {
|
||||
ShellPrintHiiEx (-1, -1, NULL, STRING_TOKEN (STR_IFCONFIG_INVALID_GATEWAY), gShellNetwork1HiiHandle, VarArg->Arg);
|
||||
ShellStatus = SHELL_INVALID_PARAMETER;
|
||||
|
|
Loading…
Reference in New Issue