]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellLevel2CommandsLib/Mv.c
Refine comments and two code style.
[mirror_edk2.git] / ShellPkg / Library / UefiShellLevel2CommandsLib / Mv.c
index 5afcea23107fd62d9955d4447eaa171b25dfa170..b83eede5a90cec90289a1854fa5438931b6b1afe 100644 (file)
@@ -116,9 +116,9 @@ IsValidMove(
 \r
   if the result is sucessful the caller must free *DestPathPointer.\r
 \r
-  @param[in] DestDir              The original path to the destination.\r
-  @param[in,out] DestPathPointer  A pointer to the callee allocated final path.\r
-  @param[in] Cwd                  A pointer to the current working directory.\r
+  @param[in] DestDir               The original path to the destination.\r
+  @param[in, out] DestPathPointer  A pointer to the callee allocated final path.\r
+  @param[in] Cwd                   A pointer to the current working directory.\r
 \r
   @retval EFI_INVALID_PARAMETR  The DestDir could not be resolved to a location.\r
   @retval EFI_INVALID_PARAMETR  The DestDir could be resolved to more than 1 location.\r