Reviewed-by: Fu Siyuan <[email protected]>



> -----Original Message-----
> From: Wu, Jiaxin
> Sent: Monday, September 17, 2018 11:14 AM
> To: [email protected]
> Cc: Ye, Ting <[email protected]>; Fu, Siyuan <[email protected]>; Bi,
> Dandan <[email protected]>; Wu, Jiaxin <[email protected]>
> Subject: [Patch] MdeModulePkg/Ip4Dxe: Refine the coding style.
> 
> Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=1180
> Remove the trailing white spaces.
> 
> Cc: Ye Ting <[email protected]>
> Cc: Fu Siyuan <[email protected]>
> Cc: Bi Dandan <[email protected]>
> Contributed-under: TianoCore Contribution Agreement 1.1
> Signed-off-by: Wu Jiaxin <[email protected]>
> ---
>  MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Impl.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Impl.c
> b/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Impl.c
> index b1af5294fb..4cb3b32688 100644
> --- a/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Impl.c
> +++ b/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Impl.c
> @@ -673,13 +673,13 @@ Ip4ConfigProtocol (
> 
>      //
>      // Add a route to this connected network in the instance route table.
>      //
>      Ip4AddRoute (
> -      IpInstance->RouteTable,
> -      Ip & Netmask,
> -      Netmask,
> +      IpInstance->RouteTable,
> +      Ip & Netmask,
> +      Netmask,
>        IP4_ALLZERO_ADDRESS
>        );
>    } else {
>      //
>      // Use the default address. Check the state.
> --
> 2.17.1.windows.2

_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to