]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/pair-methods/pair-methods.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / extra / pair-methods / pair-methods.factor
index 2daa8ebc0c601fc3ac451163db1fffa28441c8b2..13814015a847a224d8a9e8c4e0cde3a378edb5f9 100644 (file)
@@ -51,7 +51,7 @@ SYNTAX: PAIR-GENERIC: (PAIR-GENERIC:) ;
 
 : (PAIR-M:) ( -- )
     scan-word scan-word 2dup <=> +gt+ eq? [
-        ?swap scan-word parse-definition 
+        ?swap scan-word parse-definition
     ] keep ?prefix-swap define-pair-method ;
 
 SYNTAX: PAIR-M: (PAIR-M:) ;