summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ShellPkg/Application/ShellExecTestApp/SA.c2
-rw-r--r--ShellPkg/Application/ShellLibTestApp/sa3.c2
-rw-r--r--ShellPkg/Include/Library/FileHandleLib.h2
-rw-r--r--ShellPkg/Include/Library/ShellCEntryLib.h1
-rw-r--r--ShellPkg/Include/Library/ShellLib.h2
5 files changed, 4 insertions, 5 deletions
diff --git a/ShellPkg/Application/ShellExecTestApp/SA.c b/ShellPkg/Application/ShellExecTestApp/SA.c
index 7db28f6..43fec9a 100644
--- a/ShellPkg/Application/ShellExecTestApp/SA.c
+++ b/ShellPkg/Application/ShellExecTestApp/SA.c
@@ -35,4 +35,4 @@ UefiMain (
{
Print(L"ShellExecute - Pass");
return EFI_SUCCESS;
-} \ No newline at end of file
+}
diff --git a/ShellPkg/Application/ShellLibTestApp/sa3.c b/ShellPkg/Application/ShellLibTestApp/sa3.c
index 3be58a1..d131cba 100644
--- a/ShellPkg/Application/ShellLibTestApp/sa3.c
+++ b/ShellPkg/Application/ShellLibTestApp/sa3.c
@@ -322,4 +322,4 @@ done - ShellCommandLineFreeVarList
done - ShellCommandLineGetFlag
done - ShellCommandLineGetValue
done - ShellCommandLineGetRawValue
-*/ \ No newline at end of file
+*/
diff --git a/ShellPkg/Include/Library/FileHandleLib.h b/ShellPkg/Include/Library/FileHandleLib.h
index 1307927..c9cf2ac 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 5adbfdf..cd09748 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 1018b35..64c5647 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__