]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/core-foundation/strings/strings.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / basis / core-foundation / strings / strings.factor
index ab81087ab778042ec1735004402f2c005c10e9da..944b1a34ce03a845179bdac1262182e4a993e82a 100644 (file)
@@ -98,7 +98,7 @@ FUNCTION: CFStringRef CFCopyTypeIDDescription ( CFTypeID type_id ) ;
 : CFType>description ( cf -- description )
     CFGetTypeID [ CFCopyTypeIDDescription &CFRelease CF>string ] with-destructors ;
 
-SYNTAX: CFSTRING: 
-    scan-new-word scan-object 
+SYNTAX: CFSTRING:
+    scan-new-word scan-object
     [ drop ] [ '[ _ [ _ <CFString> ] initialize-alien ] ] 2bi
     ( -- alien ) define-declared ;