diff options
author | niry <niry@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-03-25 05:42:36 +0000 |
---|---|---|
committer | niry <niry@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-03-25 05:42:36 +0000 |
commit | 8d7e5af111456e900d18d9b063860923b3eeea28 (patch) | |
tree | c70dcf588de2af6c6f1e04ea012c4605a642fb00 | |
parent | 8de75da28bbd9a4d3c54fba99d943f9019b52193 (diff) | |
download | edk2-platforms-8d7e5af111456e900d18d9b063860923b3eeea28.tar.xz |
Fixing coding style issue.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7943 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdeModulePkg/Include/Library/NetLib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Include/Library/NetLib.h b/MdeModulePkg/Include/Library/NetLib.h index 5045e8dcb0..aa84fb9f11 100644 --- a/MdeModulePkg/Include/Library/NetLib.h +++ b/MdeModulePkg/Include/Library/NetLib.h @@ -233,7 +233,7 @@ Ip4IsUnicast ( IN IP4_ADDR NetMask
);
-extern IP4_ADDR gIp4AllMasks [IP4_MASK_NUM];
+extern IP4_ADDR gIp4AllMasks[IP4_MASK_NUM];
extern EFI_IPv4_ADDRESS mZeroIp4Addr;
|