diff options
author | ydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-12-16 05:48:06 +0000 |
---|---|---|
committer | ydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-12-16 05:48:06 +0000 |
commit | b4c8f8edc99120f69c8d2653132040956a63131a (patch) | |
tree | 677da62164694c94c77a5b342e84dc8091a24acd /OvmfPkg/QemuVideoDxe | |
parent | 7694367bf516e1631d8e5191befe4f9924d21f54 (diff) | |
download | edk2-b4c8f8edc99120f69c8d2653132040956a63131a.tar.gz edk2-b4c8f8edc99120f69c8d2653132040956a63131a.tar.bz2 edk2-b4c8f8edc99120f69c8d2653132040956a63131a.zip |
Refine file header format to follow coding style.
Signed-off-by: ydong10
Reviewed-by: lgao4
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12881 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'OvmfPkg/QemuVideoDxe')
-rw-r--r-- | OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf b/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf index 044893b67d..fde743b048 100644 --- a/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf +++ b/OvmfPkg/QemuVideoDxe/QemuVideoDxe.inf @@ -1,4 +1,4 @@ -#/** @file
+## @file
# This driver is a sample implementation of the Graphics Output Protocol for
# the QEMU (Cirrus Logic 5446) video controller.
#
@@ -12,7 +12,7 @@ # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#
-#**/
+##
[Defines]
INF_VERSION = 0x00010005
|