Reviewed-by: Fu Siyuan <siyuan...@intel.com>



> -----Original Message-----
> From: Wu, Jiaxin
> Sent: Monday, September 17, 2018 11:14 AM
> To: edk2-devel@lists.01.org
> Cc: Ye, Ting <ting...@intel.com>; Fu, Siyuan <siyuan...@intel.com>; Bi,
> Dandan <dandan...@intel.com>; Wu, Jiaxin <jiaxin...@intel.com>
> 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 <ting...@intel.com>
> Cc: Fu Siyuan <siyuan...@intel.com>
> Cc: Bi Dandan <dandan...@intel.com>
> Contributed-under: TianoCore Contribution Agreement 1.1
> Signed-off-by: Wu Jiaxin <jiaxin...@intel.com>
> ---
>  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
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to