Skip to content

Commit 537101c

Browse files
Andreas-Krugtkoeppe
authored andcommitted
[numeric.special] Remove superfluous whitespaces
1 parent f7e045e commit 537101c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/support.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1628,9 +1628,9 @@
16281628
static constexpr int max_exponent = +128;
16291629
static constexpr int max_exponent10 = + 38;
16301630

1631-
static constexpr bool has_infinity = true;
1632-
static constexpr bool has_quiet_NaN = true;
1633-
static constexpr bool has_signaling_NaN = true;
1631+
static constexpr bool has_infinity = true;
1632+
static constexpr bool has_quiet_NaN = true;
1633+
static constexpr bool has_signaling_NaN = true;
16341634

16351635
static constexpr float infinity() noexcept { return @\textit{value}@; }
16361636
static constexpr float quiet_NaN() noexcept { return @\textit{value}@; }

0 commit comments

Comments
 (0)