]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/macho/macho.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / extra / macho / macho.factor
index f7ef4b84ca8af74e5860aef46b14c63760f54d4f..65157c7914b039bf7c67d82c876fa804874943bc 100644 (file)
@@ -158,7 +158,7 @@ STRUCT: segment_command_64
     { initprot       vm_prot_t  }
     { nsects         uint       }
     { flags          uint       } ;
-    
+
 CONSTANT: SG_HIGHVM               0x1
 CONSTANT: SG_FVMLIB               0x2
 CONSTANT: SG_NORELOC              0x4
@@ -929,7 +929,7 @@ TYPED: load-commands ( macho: mach_header_32/64 -- load-commands )
       [ nlist_64 <c-direct-array> ]
       [ nlist <c-direct-array> ] if ]
     [ stroff>> swap >c-ptr <displaced-alien> ] 2tri ;
-    
+
 : symbol-name ( symbol string-table -- name )
     [ n_strx>> ] dip <displaced-alien> ascii alien>string ;