core: Remove trailing whitespace.

db4
Doug Coleman 2014-10-31 01:14:31 -07:00
parent 5e16e54b98
commit 632ee276e1
6 changed files with 7 additions and 7 deletions

View File

@ -162,7 +162,7 @@ PREDICATE: nontrivial-anonymous-intersection < anonymous-intersection
{ [ dup anonymous-union? ] [
members>>
[ class-not normalize-class ] map
<anonymous-intersection>
<anonymous-intersection>
] }
{ [ dup anonymous-intersection? ] [
participants>>

View File

@ -59,7 +59,7 @@ TUPLE: hashtable
!
! if empty? is f:
! - we want to store into i
!
!
! if empty? is t:
! - we want to store into j if j is not f
! - otherwise we want to store into i

View File

@ -40,7 +40,7 @@ ERROR: missing-bom ;
[ 0b11 bitand quad-be ]
[ drop ignore ] if
] [ double-be ] if ;
M: utf16be decode-char
drop dup stream-read1 dup [ begin-utf16be ] when nip ;

View File

@ -8,7 +8,7 @@ IN: io.encodings.utf8
SINGLETON: utf8
<PRIVATE
<PRIVATE
: starts-2? ( char -- ? )
dup [ -6 shift 0b10 number= ] when ; inline

View File

@ -263,14 +263,14 @@ DEFER: @neg-digit
[ @neg-digit ]
} case ; inline
: @first-char ( i number-parse n char -- n/f )
: @first-char ( i number-parse n char -- n/f )
{
{ CHAR: - [ [ @neg-first-digit ] require-next-digit ?neg ] }
{ CHAR: + [ [ @pos-first-digit ] require-next-digit ] }
[ @pos-first-digit ]
} case ; inline
: @first-char-no-radix ( i number-parse n char -- n/f )
: @first-char-no-radix ( i number-parse n char -- n/f )
{
{ CHAR: - [ [ @neg-digit ] require-next-digit ?neg ] }
{ CHAR: + [ [ @pos-digit ] require-next-digit ] }

View File

@ -30,7 +30,7 @@ PREDICATE: writer-method < method "writing" word-prop >boolean ;
GENERIC# reader-quot 1 ( class slot-spec -- quot )
M: object reader-quot
M: object reader-quot
nip [
dup offset>> ,
\ slot ,