From 67964fc4b241ef02705c44ff5d58e61e5bf8b38f Mon Sep 17 00:00:00 2001 From: Joe Loser Date: Sun, 10 Oct 2021 12:53:35 -0400 Subject: [PATCH] [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. --- libcxx/include/filesystem | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxx/include/filesystem b/libcxx/include/filesystem index 108fadd..ccb7bc4 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, -- 2.7.4