From 88ff5ba79311c54007c75551da321a34ddee947c Mon Sep 17 00:00:00 2001 From: Olivier Martin Date: Thu, 2 Apr 2015 11:32:32 +0000 Subject: 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 Reviewed-by: Jaben Carsey git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17105 6f19259b-4bc3-4df7-8a09-765794883524 --- ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/LibSmbiosView.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ShellPkg/Library/UefiShellDebug1CommandsLib') 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 +} -- cgit v1.2.3