]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/pack/pack.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / basis / pack / pack.factor
index 5f153737905b7e2f9b07b91a40fd76802ce66298..c1aca45922f4377f1e3cf6d80456edbcc6316b9e 100644 (file)
@@ -102,7 +102,7 @@ MACRO: pack ( str -- quot )
 
 : packed-length ( str -- n )
     [ ch>packed-length ] map-sum ;
+
 : pack-native ( seq str -- seq )
     '[ _ _ pack ] with-native-endian ; inline