]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/vocabs/git/git.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / extra / vocabs / git / git.factor
index 6411623b8eeefaec98200557aba6e0b00c8a1701..8e1c30fae34d51a309183daa8480b30ce2be3a5a 100644 (file)
@@ -21,7 +21,7 @@ PRIVATE>
 ERROR: git-revision-not-found path ;
 
 : use-vocab-rev ( vocab-name rev -- )
-    [ create-vocab vocab-source-path dup ] dip git-object-id 
+    [ create-vocab vocab-source-path dup ] dip git-object-id
     [ [ input-stream get swap parse-stream call( -- ) ] with-git-object-stream ]
     [ git-revision-not-found ] if* ;