Skip to content

Commit 630bff2

Browse files
committed
Run clang-format
1 parent b6071ae commit 630bff2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/stdgpu/limits.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -490,11 +490,11 @@ struct numeric_limits<wchar_t>
490490
*/
491491
static constexpr bool is_specialized = true;
492492

493-
/**
494-
* \var is_signed
495-
* \brief Whether the type is signed
496-
* \note implementation-defined
497-
*/
493+
/**
494+
* \var is_signed
495+
* \brief Whether the type is signed
496+
* \note implementation-defined
497+
*/
498498
static constexpr bool is_signed = (static_cast<wchar_t>(-1) < 0);
499499

500500
/**

0 commit comments

Comments
 (0)