diff options
author | Liming Gao <liming.gao@intel.com> | 2018-06-27 21:11:33 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2018-06-28 11:19:47 +0800 |
commit | 9095d37b8fe5bfc3d02adad6ba7fd7359ebc0107 (patch) | |
tree | 15a2cb1a7907a9114ee79130699ce7d324c942ea /MdePkg/MdePkgExtra.uni | |
parent | d1102dba7210b95e41d06c2338a22ba6af248645 (diff) | |
download | edk2-9095d37b8fe5bfc3d02adad6ba7fd7359ebc0107.tar.gz |
MdePkg: 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>
Diffstat (limited to 'MdePkg/MdePkgExtra.uni')
-rw-r--r-- | MdePkg/MdePkgExtra.uni | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MdePkg/MdePkgExtra.uni b/MdePkg/MdePkgExtra.uni index 1e23fe9c43..3db1a764eb 100644 --- a/MdePkg/MdePkgExtra.uni +++ b/MdePkg/MdePkgExtra.uni @@ -1,7 +1,7 @@ // /** @file
// Mde 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>
//
// Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
//
@@ -15,6 +15,6 @@ //
// **/
-#string STR_PROPERTIES_PACKAGE_NAME
-#language en-US
+#string STR_PROPERTIES_PACKAGE_NAME
+#language en-US
"Mde package"
|