forked from OSchip/llvm-project
[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:
parent
0e9373a6a6
commit
67964fc4b2
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue