diff options
author | Dandan Bi <dandan.bi@intel.com> | 2017-01-05 10:17:23 +0800 |
---|---|---|
committer | Hao Wu <hao.a.wu@intel.com> | 2017-01-05 14:41:42 +0800 |
commit | 74e2b93496778d3242fdb76d2f741365d79222a0 (patch) | |
tree | f3710a5d885fae1057d0d2036e02b32ea04c1427 /MdeModulePkg | |
parent | bc83ca81ab3a756f037288b2b4b2fe1d3e8e16c3 (diff) | |
download | edk2-platforms-74e2b93496778d3242fdb76d2f741365d79222a0.tar.xz |
MdeModulePkg/StaControllerDxe: Fix coding style issue
Remove the empty line.
Cc: Feng Tian <feng.tian@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
Diffstat (limited to 'MdeModulePkg')
-rw-r--r-- | MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf b/MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf index 5092d37cca..03f9fa0d1d 100644 --- a/MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf +++ b/MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe.inf @@ -1,6 +1,5 @@ ## @file
-#
-# SataController driver to manage SATA compliance IDE/AHCI host controllers.
+# SataController driver to manage SATA compliance IDE/AHCI host controllers.
#
# Copyright (c) 2011 - 2016, Intel Corporation. All rights reserved.<BR>
# This program and the accompanying materials
|