Skip to content

Commit 909b4c5

Browse files
committed
Remove trailing whitespace
1 parent 7211997 commit 909b4c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

S03-operators/arith.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ tryeq -2 * 3, -6;
145145
tryeq 3 * -3, -9;
146146
tryeq -4 * -3, 12;
147147

148-
{
148+
{
149149
# 2147483647 is prime. bah.
150150

151151
tryeq 46339 * 46341, 0x7ffea80f;
@@ -259,7 +259,7 @@ is 2 ** 2 ** 3, 256, 'infix:<**> is right associative';
259259
## cmp. http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=49240
260260
is 1**Inf, 1, "1**Inf returns 1";
261261
}
262-
else {
262+
else {
263263
is 1**Inf, 1, "1**Inf returns 1";
264264
}
265265

0 commit comments

Comments
 (0)