diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-05-13 01:04:21 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-05-13 01:04:21 +0000 |
commit | e3e134ebe6c339c6545b9e95c6720fc5bc81e1a5 (patch) | |
tree | 0ec63ffa077b4e84b5998d22310b2c5f3ccabdf5 /MdeModulePkg/Library | |
parent | d57c4439822ca9454385c1354eedfc1f907de58b (diff) | |
download | edk2-platforms-e3e134ebe6c339c6545b9e95c6720fc5bc81e1a5.tar.xz |
Fix minor format issue in file header
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10485 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Library')
-rw-r--r-- | MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf b/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf index 0a4cb3ce38..2dd5bd9751 100644 --- a/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf +++ b/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.inf @@ -1,4 +1,4 @@ -#/** @file
+## @file
# Null instance of Debug Agent Library with empty functions.
#
# Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>
@@ -11,7 +11,6 @@ # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#
#
-#**/
[Defines]
INF_VERSION = 0x00010005
|