From: mdkinney Date: Sat, 11 Jul 2009 19:33:25 +0000 (+0000) Subject: Put EOF (End of File) on its own line for all source files. This is required for... X-Git-Tag: edk2-stable201903~17413 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=e9880e25390e86a0f54d3f5224e65c8cf3d01568 Put EOF (End of File) on its own line for all source files. This is required for some compiler to build. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8896 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/ShellPkg/Application/ShellExecTestApp/SA.c b/ShellPkg/Application/ShellExecTestApp/SA.c index 7db28f64cb..43fec9a204 100644 --- a/ShellPkg/Application/ShellExecTestApp/SA.c +++ b/ShellPkg/Application/ShellExecTestApp/SA.c @@ -35,4 +35,4 @@ UefiMain ( { Print(L"ShellExecute - Pass"); return EFI_SUCCESS; -} \ No newline at end of file +} diff --git a/ShellPkg/Application/ShellLibTestApp/sa3.c b/ShellPkg/Application/ShellLibTestApp/sa3.c index 3be58a1365..d131cba2d6 100644 --- a/ShellPkg/Application/ShellLibTestApp/sa3.c +++ b/ShellPkg/Application/ShellLibTestApp/sa3.c @@ -322,4 +322,4 @@ done - ShellCommandLineFreeVarList done - ShellCommandLineGetFlag done - ShellCommandLineGetValue done - ShellCommandLineGetRawValue -*/ \ No newline at end of file +*/ diff --git a/ShellPkg/Include/Library/FileHandleLib.h b/ShellPkg/Include/Library/FileHandleLib.h index 1307927fae..c9cf2acefd 100644 --- a/ShellPkg/Include/Library/FileHandleLib.h +++ b/ShellPkg/Include/Library/FileHandleLib.h @@ -392,4 +392,4 @@ EFIAPI FileHandleWriteLine( IN EFI_FILE_HANDLE Handle, IN CHAR16 *Buffer - ); \ No newline at end of file + ); diff --git a/ShellPkg/Include/Library/ShellCEntryLib.h b/ShellPkg/Include/Library/ShellCEntryLib.h index 5adbfdfce4..cd09748832 100644 --- a/ShellPkg/Include/Library/ShellCEntryLib.h +++ b/ShellPkg/Include/Library/ShellCEntryLib.h @@ -32,4 +32,3 @@ ShellAppMain ( IN INTN Argc, IN CHAR16 **Argv ); - diff --git a/ShellPkg/Include/Library/ShellLib.h b/ShellPkg/Include/Library/ShellLib.h index 1018b35a8b..64c5647ab3 100644 --- a/ShellPkg/Include/Library/ShellLib.h +++ b/ShellPkg/Include/Library/ShellLib.h @@ -788,4 +788,4 @@ ShellPrintEx( ... ); -#endif // __SHELL_LIB__ \ No newline at end of file +#endif // __SHELL_LIB__