]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Include/Library/FileHandleLib.h
Put EOF (End of File) on its own line for all source files. This is required for...
[mirror_edk2.git] / ShellPkg / Include / Library / FileHandleLib.h
index c03a112ceca265bd8c75bcdcf201629b1fe1d5cf..c9cf2acefd4a5e5c10ca043714bd539689cd3e0a 100644 (file)
@@ -349,8 +349,8 @@ FileHandleGetFileName (
   Function to read a single line (up to but not including the \n) from a file.\r
 \r
   @param[in]      Handle        FileHandle to read from\r
-  @param[in][out] Buffer        pointer to buffer to read into\r
-  @param[in][out] Size          pointer to number of bytes in buffer\r
+  @param[in,out] Buffer        pointer to buffer to read into\r
+  @param[in,out] Size          pointer to number of bytes in buffer\r
   @param[in[      Truncate      if TRUE then allows for truncation of the line to fit.\r
                                 if FALSE will reset the position to the begining of the \r
                                 line if the buffer is not large enough.\r
@@ -392,4 +392,4 @@ EFIAPI
 FileHandleWriteLine(\r
   IN EFI_FILE_HANDLE Handle,\r
   IN CHAR16          *Buffer\r
-  );
\ No newline at end of file
+  );\r