[libcxx-commits] [libcxx] 67964fc - [libc++][NFC] Replace tab with whitespace in comment

Joe Loser via libcxx-commits libcxx-commits at lists.llvm.org
Sun Oct 10 09:55:07 PDT 2021


Author: Joe Loser
Date: 2021-10-10T12:53:35-04:00
New Revision: 67964fc4b241ef02705c44ff5d58e61e5bf8b38f

URL: https://github.com/llvm/llvm-project/commit/67964fc4b241ef02705c44ff5d58e61e5bf8b38f
DIFF: https://github.com/llvm/llvm-project/commit/67964fc4b241ef02705c44ff5d58e61e5bf8b38f.diff

LOG: [libc++][NFC] Replace tab with whitespace in comment

There is a stray tab character in a comment block. Replace the tab
character with a space for consistency with other comments.

Added: 
    

Modified: 
    libcxx/include/filesystem

Removed: 
    


################################################################################
diff  --git a/libcxx/include/filesystem b/libcxx/include/filesystem
index 108faddd8d59..ccb7bc4755fc 100644
--- a/libcxx/include/filesystem
+++ b/libcxx/include/filesystem
@@ -277,7 +277,7 @@ struct _LIBCPP_TYPE_VIS space_info {
   uintmax_t available;
 };
 
-// On Windows, the library never identifies files as  block, character, fifo
+// On Windows, the library never identifies files as block, character, fifo
 // or socket.
 enum class _LIBCPP_ENUM_VIS file_type : signed char {
   none = 0,


        


More information about the libcxx-commits mailing list