[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.
This commit is contained in:
Joe Loser 2021-10-10 12:53:35 -04:00
parent 0e9373a6a6
commit 67964fc4b2
No known key found for this signature in database
GPG Key ID: 1CDBEBC050EA230D
1 changed files with 1 additions and 1 deletions

View File

@ -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,