summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.h
diff options
context:
space:
mode:
authorLiming Gao <liming.gao@intel.com>2016-07-28 16:31:57 +0800
committerLiming Gao <liming.gao@intel.com>2016-07-29 09:18:12 +0800
commit9b7143c9041c9e9e7d431e3dc3788feda475d9bc (patch)
tree7e03e85d4432a60d029994ad54ff43f1611c223b /ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.h
parent8e2de237520df9130a871531cb0b77a397eb2845 (diff)
downloadedk2-platforms-9b7143c9041c9e9e7d431e3dc3788feda475d9bc.tar.xz
ShellPkg: Correct files with CRLF line ending
Cc: Ruiyu Ni <ruiyu.ni@intel.com> Cc: Jaben Carsey <jaben.carsey@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
Diffstat (limited to 'ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.h')
-rw-r--r--ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.h b/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.h
index a096a12098..faf2f51662 100644
--- a/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.h
+++ b/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.h
@@ -2,7 +2,7 @@
Provides interface to shell internal functions for shell commands.
Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved. <BR>
- (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>
+ (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -44,7 +44,7 @@
#include <Library/ShellLib.h>
#include <Library/HiiLib.h>
#include <Library/UefiBootServicesTableLib.h>
-#include <Library/UefiLib.h>
+#include <Library/UefiLib.h>
typedef struct{
LIST_ENTRY Link;