diff options
Diffstat (limited to 'ShellPkg/Include')
-rw-r--r-- | ShellPkg/Include/Library/FileHandleLib.h | 2 | ||||
-rw-r--r-- | ShellPkg/Include/Library/ShellCEntryLib.h | 1 | ||||
-rw-r--r-- | ShellPkg/Include/Library/ShellLib.h | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/ShellPkg/Include/Library/FileHandleLib.h b/ShellPkg/Include/Library/FileHandleLib.h index 1307927fae..c9cf2acefd 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 5adbfdfce4..cd09748832 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 1018b35a8b..64c5647ab3 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__
|