diff options
author | Olivier Martin <olivier.martin@arm.com> | 2015-04-02 11:32:32 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@Edk2> | 2015-04-02 11:32:32 +0000 |
commit | 88ff5ba79311c54007c75551da321a34ddee947c (patch) | |
tree | 686a7d404cb6b0b04613cecd804a0f9cd45063e6 | |
parent | 4990d1c0f07551ff8cdc31ec83048b4ccb3e93a0 (diff) | |
download | edk2-platforms-88ff5ba79311c54007c75551da321a34ddee947c.tar.xz |
ShellPkg: Added newline at the end of source files
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
-rw-r--r-- | ShellPkg/Application/Shell/Shell.c | 2 | ||||
-rw-r--r-- | ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/LibSmbiosView.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ShellPkg/Application/Shell/Shell.c b/ShellPkg/Application/Shell/Shell.c index 153234974d..377e1ca7b7 100644 --- a/ShellPkg/Application/Shell/Shell.c +++ b/ShellPkg/Application/Shell/Shell.c @@ -2926,4 +2926,4 @@ FindFirstCharacter( }
}
return (String + StrLen(String));
-}
\ No newline at end of file +}
diff --git a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/LibSmbiosView.c b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/LibSmbiosView.c index 766cbc254f..6920263c92 100644 --- a/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/LibSmbiosView.c +++ b/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/LibSmbiosView.c @@ -370,4 +370,4 @@ LibGetSmbios64BitStructure ( *Handle = INVALID_HANDLE;
return DMI_INVALID_HANDLE;
-}
\ No newline at end of file +}
|