]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/FileHandleLib.h
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Include / Library / FileHandleLib.h
index f3423d841c2b1c0aeeeae360ab588e96b66ef1b7..055177348186a3a27549f4c135ef1373934f1534 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Provides interface to EFI_FILE_HANDLE functionality.\r
 \r
-  Copyright (c) 2009 - 2017, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2009 - 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
@@ -249,8 +249,8 @@ FileHandleFlush (
   @param[in] DirHandle          Handle to open file.\r
 \r
   @retval EFI_SUCCESS           DirHandle is a directory.\r
-  @retval EFI_INVALID_PARAMETER DirHandle is NULL. \r
-                                The file information returns from FileHandleGetInfo is NULL. \r
+  @retval EFI_INVALID_PARAMETER DirHandle is NULL.\r
+                                The file information returns from FileHandleGetInfo is NULL.\r
   @retval EFI_NOT_FOUND         DirHandle is not a directory.\r
 **/\r
 EFI_STATUS\r
@@ -357,8 +357,8 @@ FileHandleSetSize (
 \r
 /**\r
   Function to get a full filename given a EFI_FILE_HANDLE somewhere lower on the\r
-  directory 'stack'. If the file is a directory, then append the '\' char at the \r
-  end of name string. If it's not a directory, then the last '\' should not be \r
+  directory 'stack'. If the file is a directory, then append the '\' char at the\r
+  end of name string. If it's not a directory, then the last '\' should not be\r
   added.\r
 \r
   @param[in] Handle             Handle to the Directory or File to create path to.\r
@@ -439,11 +439,11 @@ FileHandleReturnLine(
 \r
 /**\r
   Function to write a line of text to a file.\r
-  \r
-  If the file is a Unicode file (with UNICODE file tag) then write the unicode \r
+\r
+  If the file is a Unicode file (with UNICODE file tag) then write the unicode\r
   text.\r
   If the file is an ASCII file then write the ASCII text.\r
-  If the size of file is zero (without file tag at the beginning) then write \r
+  If the size of file is zero (without file tag at the beginning) then write\r
   ASCII text as default.\r
 \r
   @param[in]     Handle         FileHandle to write to.\r
@@ -453,7 +453,7 @@ FileHandleReturnLine(
   @retval  EFI_SUCCESS            The data was written.\r
                                   Buffer is NULL.\r
   @retval  EFI_INVALID_PARAMETER  Handle is NULL.\r
-  @retval  EFI_OUT_OF_RESOURCES   Unable to allocate temporary space for ASCII \r
+  @retval  EFI_OUT_OF_RESOURCES   Unable to allocate temporary space for ASCII\r
                                   string due to out of resources.\r
 \r
   @sa FileHandleWrite\r