Skip to content

Commit

Permalink
Trailing whitespace :$
Browse files Browse the repository at this point in the history
  • Loading branch information
kapace committed Jan 9, 2011
1 parent f68c3f9 commit c1bb1de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/dynoplibs/bit.t
Expand Up @@ -572,7 +572,7 @@ number types.

$I0 = bnot 11
is($I0, -12, "bnot_i_ic")

$P0 = new ["Integer"]
$P0 = 12
bnot $P0
Expand Down Expand Up @@ -641,7 +641,7 @@ number types.
$I0 = 0
rot_i_ic_ic_ic $I0, 20, 1, 32
is ($I0, 40, "rot_i_ic_ic_ic")

rot_i_ic_ic_ic $I0, 27, -3, 32
is($I0, 1610612739, "rot_i_ic_ic_ic")
.end
Expand Down

0 comments on commit c1bb1de

Please sign in to comment.