]> gitweb.factorcode.org Git - factor.git/commitdiff
factor: fix whitespace at end of files.
authorDoug Coleman <doug.coleman@gmail.com>
Wed, 6 Apr 2016 23:53:25 +0000 (16:53 -0700)
committerDoug Coleman <doug.coleman@gmail.com>
Wed, 6 Apr 2016 23:53:25 +0000 (16:53 -0700)
basis/io/files/temp/windows/windows.factor
basis/ui/pixel-formats/pixel-formats.factor
extra/assocs/extras/extras.factor

index ebc83bcf5bdc117c0ef65abaf069c698be0e5fb4..d3a87819981532eba849aebfd96d5d741847c16c 100644 (file)
@@ -30,4 +30,3 @@ M: windows default-temp-directory
 
 M: windows default-cache-directory
     get-appdata-directory "factorcode.org\\Factor" append-path ;
-
index caca019cbcca3b7998967279db654ecab8ecd4a6..5c0d47b08c5d048b93d0bb383b63be8f8618c54d 100644 (file)
@@ -91,4 +91,3 @@ PRIVATE>
 GENERIC: world-pixel-format-attributes ( world -- attributes )
 
 GENERIC# check-world-pixel-format 1 ( world pixel-format -- )
-
index 80e2521d4f39d2d579d206197d57001404ec5945..d3e6d1ab45fba9c9ae380923530ee76c0d9752ca 100644 (file)
@@ -51,4 +51,4 @@ ERROR: key-exists value key assoc ;
         key-exists
     ] [
         drop set-at
-    ] if ;
\ No newline at end of file
+    ] if ;