]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg/SimpleTextInEx.h: Fix comments alignment
authorRuiyu Ni <ruiyu.ni@intel.com>
Mon, 15 Jan 2018 02:36:06 +0000 (10:36 +0800)
committerRuiyu Ni <ruiyu.ni@intel.com>
Thu, 1 Feb 2018 06:03:45 +0000 (14:03 +0800)
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
MdePkg/Include/Protocol/SimpleTextInEx.h

index 4591bd477959bdfcff0635561c972f0324d916ad..ffc11c601e1304e3ee283d4675a4a633dc4bd571 100644 (file)
@@ -5,7 +5,7 @@
   which exposes much more state and modifier information from the input device,\r
   also allows one to register a notification for a particular keystroke.\r
 \r
-  Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -190,13 +190,10 @@ typedef struct {
                   pressed.\r
 \r
 \r
-  @retval EFI_SUCCESS     The keystroke information was\r
-                          returned.\r
-\r
-  @retval EFI_NOT_READY   There was no keystroke data available.\r
-                          EFI_DEVICE_ERROR The keystroke\r
-                          information was not returned due to\r
-                          hardware errors.\r
+  @retval EFI_SUCCESS      The keystroke information was returned.\r
+  @retval EFI_NOT_READY    There was no keystroke data available.\r
+  @retval EFI_DEVICE_ERROR The keystroke information was not returned due to\r
+                           hardware errors.\r
 \r
 \r
 **/\r