mirror of https://github.com/acidanthera/audk.git
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:
parent
e412c7c88f
commit
e9880e2539
|
@ -35,4 +35,4 @@ UefiMain (
|
|||
{
|
||||
Print(L"ShellExecute - Pass");
|
||||
return EFI_SUCCESS;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -322,4 +322,4 @@ done - ShellCommandLineFreeVarList
|
|||
done - ShellCommandLineGetFlag
|
||||
done - ShellCommandLineGetValue
|
||||
done - ShellCommandLineGetRawValue
|
||||
*/
|
||||
*/
|
||||
|
|
|
@ -392,4 +392,4 @@ EFIAPI
|
|||
FileHandleWriteLine(
|
||||
IN EFI_FILE_HANDLE Handle,
|
||||
IN CHAR16 *Buffer
|
||||
);
|
||||
);
|
||||
|
|
|
@ -32,4 +32,3 @@ ShellAppMain (
|
|||
IN INTN Argc,
|
||||
IN CHAR16 **Argv
|
||||
);
|
||||
|
||||
|
|
|
@ -788,4 +788,4 @@ ShellPrintEx(
|
|||
...
|
||||
);
|
||||
|
||||
#endif // __SHELL_LIB__
|
||||
#endif // __SHELL_LIB__
|
||||
|
|
Loading…
Reference in New Issue