]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ShellPkg: Added newline at the end of source files
authorOlivier Martin <olivier.martin@arm.com>
Thu, 2 Apr 2015 11:32:32 +0000 (11:32 +0000)
committeroliviermartin <oliviermartin@Edk2>
Thu, 2 Apr 2015 11:32:32 +0000 (11:32 +0000)
Some compilers (such as ARM toolchain) complain if there is
no new line at the end of a source file.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <olivier.martin@arm.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17105 6f19259b-4bc3-4df7-8a09-765794883524

ShellPkg/Application/Shell/Shell.c
ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/LibSmbiosView.c

index 153234974d4ee714c21d8e3687987a6aad35364b..377e1ca7b7e57890bca91eea34826ad03094360b 100644 (file)
@@ -2926,4 +2926,4 @@ FindFirstCharacter(
     }\r
   }\r
   return (String + StrLen(String));\r
-}
\ No newline at end of file
+}\r
index 766cbc254fece104263ecf37b1ad8622456771e5..6920263c92acfb91bd55c1e3786052b97300b385 100644 (file)
@@ -370,4 +370,4 @@ LibGetSmbios64BitStructure (
 \r
   *Handle = INVALID_HANDLE;\r
   return DMI_INVALID_HANDLE;\r
-}
\ No newline at end of file
+}\r