summaryrefslogtreecommitdiff
path: root/ShellPkg/Include
diff options
context:
space:
mode:
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-11 19:33:25 +0000
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-11 19:33:25 +0000
commite9880e25390e86a0f54d3f5224e65c8cf3d01568 (patch)
tree3edd7ad9d90b9fe684c8ce9936315152135c18ad /ShellPkg/Include
parente412c7c88f74bd962509e1c24b1611b909b58b99 (diff)
downloadedk2-e9880e25390e86a0f54d3f5224e65c8cf3d01568.tar.gz
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
Diffstat (limited to 'ShellPkg/Include')
-rw-r--r--ShellPkg/Include/Library/FileHandleLib.h2
-rw-r--r--ShellPkg/Include/Library/ShellCEntryLib.h1
-rw-r--r--ShellPkg/Include/Library/ShellLib.h2
3 files changed, 2 insertions, 3 deletions
diff --git a/ShellPkg/Include/Library/FileHandleLib.h b/ShellPkg/Include/Library/FileHandleLib.h
index 1307927fa..c9cf2acef 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 5adbfdfce..cd0974883 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 1018b35a8..64c5647ab 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__