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
This commit is contained in:
mdkinney 2009-07-11 19:33:25 +00:00
parent e412c7c88f
commit e9880e2539
5 changed files with 4 additions and 5 deletions

View File

@ -35,4 +35,4 @@ UefiMain (
{ {
Print(L"ShellExecute - Pass"); Print(L"ShellExecute - Pass");
return EFI_SUCCESS; return EFI_SUCCESS;
} }

View File

@ -322,4 +322,4 @@ done - ShellCommandLineFreeVarList
done - ShellCommandLineGetFlag done - ShellCommandLineGetFlag
done - ShellCommandLineGetValue done - ShellCommandLineGetValue
done - ShellCommandLineGetRawValue done - ShellCommandLineGetRawValue
*/ */

View File

@ -392,4 +392,4 @@ EFIAPI
FileHandleWriteLine( FileHandleWriteLine(
IN EFI_FILE_HANDLE Handle, IN EFI_FILE_HANDLE Handle,
IN CHAR16 *Buffer IN CHAR16 *Buffer
); );

View File

@ -32,4 +32,3 @@ ShellAppMain (
IN INTN Argc, IN INTN Argc,
IN CHAR16 **Argv IN CHAR16 **Argv
); );

View File

@ -788,4 +788,4 @@ ShellPrintEx(
... ...
); );
#endif // __SHELL_LIB__ #endif // __SHELL_LIB__