Skip to content

Commit 80e0e70

Browse files
clang-format
1 parent 293e112 commit 80e0e70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libc/src/__support/CPP/string_view.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ class string_view {
6262

6363
// special value equal to the maximum value representable by the type
6464
// size_type.
65-
LIBC_INLINE_VAR static constexpr size_t npos = cpp::numeric_limits<size_t>::max();
65+
LIBC_INLINE_VAR static constexpr size_t npos =
66+
cpp::numeric_limits<size_t>::max();
6667

6768
LIBC_INLINE constexpr string_view() : Data(nullptr), Len(0) {}
6869

0 commit comments

Comments
 (0)