summaryrefslogtreecommitdiff
path: root/ShellPkg/Include
diff options
context:
space:
mode:
authorjcarsey <jcarsey>2013-06-11 22:07:03 +0000
committerjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>2013-06-11 22:07:03 +0000
commit28981267c53451651743a04b132c48e2399fcddf (patch)
treeec8e017c1c0a5ba86e357d60d44fc7acebc82faa /ShellPkg/Include
parentfa1dad159c72ed7db8ff8cd4e15ba9f18ffb4a4a (diff)
downloadedk2-platforms-28981267c53451651743a04b132c48e2399fcddf.tar.xz
ShellPkg: Fix ARM build errors.
submitted-by: Olivier Martin olivier.martin@arm.com> reviewed-by: Jaben Carsey <Jaben.Carsey@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14400 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ShellPkg/Include')
-rw-r--r--ShellPkg/Include/Guid/ShellAliasGuid.h2
-rw-r--r--ShellPkg/Include/Guid/ShellVariableGuid.h2
-rw-r--r--ShellPkg/Include/ShellBase.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/ShellPkg/Include/Guid/ShellAliasGuid.h b/ShellPkg/Include/Guid/ShellAliasGuid.h
index 200e358688..346eef4209 100644
--- a/ShellPkg/Include/Guid/ShellAliasGuid.h
+++ b/ShellPkg/Include/Guid/ShellAliasGuid.h
@@ -22,4 +22,4 @@
extern EFI_GUID gShellAliasGuid;
-#endif \ No newline at end of file
+#endif
diff --git a/ShellPkg/Include/Guid/ShellVariableGuid.h b/ShellPkg/Include/Guid/ShellVariableGuid.h
index b93c94774b..46c9211def 100644
--- a/ShellPkg/Include/Guid/ShellVariableGuid.h
+++ b/ShellPkg/Include/Guid/ShellVariableGuid.h
@@ -22,4 +22,4 @@
extern EFI_GUID gShellVariableGuid;
-#endif \ No newline at end of file
+#endif
diff --git a/ShellPkg/Include/ShellBase.h b/ShellPkg/Include/ShellBase.h
index 576cd7b1a4..09f87b4cc0 100644
--- a/ShellPkg/Include/ShellBase.h
+++ b/ShellPkg/Include/ShellBase.h
@@ -154,4 +154,4 @@ SHELL_SECURITY_VIOLATION = 26,
SHELL_NOT_EQUAL = 27
}SHELL_STATUS;
-#endif //__SHELL_BASE__ \ No newline at end of file
+#endif //__SHELL_BASE_