]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/MemImage.c
Refine comments and two code style.
[mirror_edk2.git] / ShellPkg / Library / UefiShellDebug1CommandsLib / HexEdit / MemImage.c
index f327c5aedeed60281f9b754b65c9e9eef8e12612..9d44abddd7fe59e4d9e66798f23647604fcd16b9 100644 (file)
@@ -41,11 +41,11 @@ HEFI_EDITOR_MEM_IMAGE             HMemImageConst = {
 /**\r
   Empty function.  always returns the same.\r
 \r
-  @param[in] This       Ignored.\r
-  @param[in] Width      Ignored.\r
-  @param[in] Address    Ignored.\r
-  @param[in] Count      Ignored.\r
-  @param[in,out] Buffer Ignored.\r
+  @param[in] This        Ignored.\r
+  @param[in] Width       Ignored.\r
+  @param[in] Address     Ignored.\r
+  @param[in] Count       Ignored.\r
+  @param[in, out] Buffer Ignored.\r
 \r
   @retval EFI_UNSUPPORTED.\r
 **/\r
@@ -65,11 +65,11 @@ DummyMemRead (
 /**\r
   Empty function.  always returns the same.\r
 \r
-  @param[in] This       Ignored.\r
-  @param[in] Width      Ignored.\r
-  @param[in] Address    Ignored.\r
-  @param[in] Count      Ignored.\r
-  @param[in,out] Buffer Ignored.\r
+  @param[in] This        Ignored.\r
+  @param[in] Width       Ignored.\r
+  @param[in] Address     Ignored.\r
+  @param[in] Count       Ignored.\r
+  @param[in, out] Buffer Ignored.\r
 \r
   @retval EFI_UNSUPPORTED.\r
 **/\r