]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/math/floats/half/half.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / basis / math / floats / half / half.factor
index 711c69c51723da3a3cdaefa16e670d83469b90e0..d9c280a4e497d37a36afaba4e57ca871a6385c4f 100644 (file)
@@ -23,7 +23,7 @@ IN: math.floats.half
         dup zero? [
             dup 0x7c00 >= [ 13 shift 0x7f800000 bitor ] [
                 13 shift
-                112 23 shift + 
+                112 23 shift +
             ] if
         ] unless
     ] bi bitor bits>float ;