]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ui/commands/commands.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / basis / ui / commands / commands.factor
index 5ff99e658db390bc0850b37c7dadbf7f7a95b4c7..9fdec5bf5a60ad77291e092b697714e2b76e1dcb 100644 (file)
@@ -55,7 +55,7 @@ TR: convert-command-name "-" " " ;
     convert-command-name >title ;
 
 M: word command-name ( word -- str )
-    name>> 
+    name>>
     "com-" ?head drop "." ?tail drop
     dup first Letter? [ rest ] unless
     (command-name) ;