factor: fix whitespace at end of files.

locals-and-roots
Doug Coleman 2016-04-06 16:53:25 -07:00
parent 1234eb72e2
commit 363e08b6a8
3 changed files with 1 additions and 3 deletions

View File

@ -30,4 +30,3 @@ M: windows default-temp-directory
M: windows default-cache-directory M: windows default-cache-directory
get-appdata-directory "factorcode.org\\Factor" append-path ; get-appdata-directory "factorcode.org\\Factor" append-path ;

View File

@ -91,4 +91,3 @@ PRIVATE>
GENERIC: world-pixel-format-attributes ( world -- attributes ) GENERIC: world-pixel-format-attributes ( world -- attributes )
GENERIC# check-world-pixel-format 1 ( world pixel-format -- ) GENERIC# check-world-pixel-format 1 ( world pixel-format -- )

View File

@ -51,4 +51,4 @@ ERROR: key-exists value key assoc ;
key-exists key-exists
] [ ] [
drop set-at drop set-at
] if ; ] if ;