diff options
Diffstat (limited to 'ShellPkg/Application')
-rw-r--r-- | ShellPkg/Application/ShellExecTestApp/SA.c | 2 | ||||
-rw-r--r-- | ShellPkg/Application/ShellLibTestApp/sa3.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ShellPkg/Application/ShellExecTestApp/SA.c b/ShellPkg/Application/ShellExecTestApp/SA.c index 7db28f64cb..43fec9a204 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 3be58a1365..d131cba2d6 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 +*/
|