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:
@@ -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__
|
||||
|
Reference in New Issue
Block a user