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");
return EFI_SUCCESS;
}
}