summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Include/Library/ShellCEntryLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'ShellPkg/Include/Library/ShellCEntryLib.h')
-rw-r--r--ShellPkg/Include/Library/ShellCEntryLib.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/ShellPkg/Include/Library/ShellCEntryLib.h b/ShellPkg/Include/Library/ShellCEntryLib.h
index f242b25600..ced72036d2 100644
--- a/ShellPkg/Include/Library/ShellCEntryLib.h
+++ b/ShellPkg/Include/Library/ShellCEntryLib.h
@@ -26,9 +26,8 @@
INTN
EFIAPI
ShellAppMain (
- IN UINTN Argc,
- IN CHAR16 **Argv
+ IN UINTN Argc,
+ IN CHAR16 **Argv
);
#endif
-