diff options
author | Liming Gao <liming.gao@intel.com> | 2018-06-27 21:12:46 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2018-06-28 11:19:49 +0800 |
commit | 5a702acd3df099307d9bae0725f97b52b4895382 (patch) | |
tree | 526eddc1937022494dba0f280c7d46c55b782eb1 /PcAtChipsetPkg/PcAtChipsetPkgExtra.uni | |
parent | f75a7f568e6d0944327970b3f3f2dafd9bba76b1 (diff) | |
download | edk2-5a702acd3df099307d9bae0725f97b52b4895382.tar.gz edk2-5a702acd3df099307d9bae0725f97b52b4895382.tar.bz2 edk2-5a702acd3df099307d9bae0725f97b52b4895382.zip |
PcAtChipsetPkg: 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 <liming.gao@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
Diffstat (limited to 'PcAtChipsetPkg/PcAtChipsetPkgExtra.uni')
-rw-r--r-- | PcAtChipsetPkg/PcAtChipsetPkgExtra.uni | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/PcAtChipsetPkg/PcAtChipsetPkgExtra.uni b/PcAtChipsetPkg/PcAtChipsetPkgExtra.uni index 9e2c5281bb..74c497e05e 100644 --- a/PcAtChipsetPkg/PcAtChipsetPkgExtra.uni +++ b/PcAtChipsetPkg/PcAtChipsetPkgExtra.uni @@ -1,7 +1,7 @@ // /** @file
// PcAtChipset Package Localized Strings and Content.
//
-// Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR>
+// Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
//
// This program and the accompanying materials
// are licensed and made available under the terms and conditions of the BSD License
@@ -13,8 +13,8 @@ //
// **/
-#string STR_PROPERTIES_PACKAGE_NAME
-#language en-US
+#string STR_PROPERTIES_PACKAGE_NAME
+#language en-US
"PcAtChipset package"
|