From ba0014b9f8ae1a593f03e744f26008214c2b06a8 Mon Sep 17 00:00:00 2001 From: Liming Gao Date: Wed, 27 Jun 2018 21:13:38 +0800 Subject: ShellPkg: Clean up source files 1. Do not use tab characters 2. No trailing white space in one line 3. All files must end with CRLF Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Liming Gao Reviewed-by: Ruiyu Ni --- ShellPkg/Application/ShellCTestApp/README.txt | 2 +- ShellPkg/Application/ShellCTestApp/ShellCTestApp.inf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'ShellPkg/Application/ShellCTestApp') diff --git a/ShellPkg/Application/ShellCTestApp/README.txt b/ShellPkg/Application/ShellCTestApp/README.txt index 7814bb8..02594e0 100644 --- a/ShellPkg/Application/ShellCTestApp/README.txt +++ b/ShellPkg/Application/ShellCTestApp/README.txt @@ -2,4 +2,4 @@ TestArgv.nsh is a very simple shell script to test how the interpreter parses the parameters. It uses ShellCTestApp.efi to dump the parameters passed from the intepreter. -TestArgv.log is the desired output created using "TestArgv.nsh > TestArgv.log". \ No newline at end of file +TestArgv.log is the desired output created using "TestArgv.nsh > TestArgv.log". diff --git a/ShellPkg/Application/ShellCTestApp/ShellCTestApp.inf b/ShellPkg/Application/ShellCTestApp/ShellCTestApp.inf index 4839b9f..3f266bd 100644 --- a/ShellPkg/Application/ShellCTestApp/ShellCTestApp.inf +++ b/ShellPkg/Application/ShellCTestApp/ShellCTestApp.inf @@ -1,7 +1,7 @@ ## @file # This is the shell application # -# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.
+# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.
# # This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -36,4 +36,4 @@ [LibraryClasses] ShellCEntryLib - UefiLib \ No newline at end of file + UefiLib -- cgit v1.1