From: Doug Coleman Date: Wed, 6 Apr 2016 23:53:25 +0000 (-0700) Subject: factor: fix whitespace at end of files. X-Git-Tag: unmaintained~1217 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=363e08b6a88d7afefd019e1ac86f99d7d9725f83 factor: fix whitespace at end of files. --- diff --git a/basis/io/files/temp/windows/windows.factor b/basis/io/files/temp/windows/windows.factor index ebc83bcf5b..d3a8781998 100644 --- a/basis/io/files/temp/windows/windows.factor +++ b/basis/io/files/temp/windows/windows.factor @@ -30,4 +30,3 @@ M: windows default-temp-directory M: windows default-cache-directory get-appdata-directory "factorcode.org\\Factor" append-path ; - diff --git a/basis/ui/pixel-formats/pixel-formats.factor b/basis/ui/pixel-formats/pixel-formats.factor index caca019cbc..5c0d47b08c 100644 --- a/basis/ui/pixel-formats/pixel-formats.factor +++ b/basis/ui/pixel-formats/pixel-formats.factor @@ -91,4 +91,3 @@ PRIVATE> GENERIC: world-pixel-format-attributes ( world -- attributes ) GENERIC# check-world-pixel-format 1 ( world pixel-format -- ) - diff --git a/extra/assocs/extras/extras.factor b/extra/assocs/extras/extras.factor index 80e2521d4f..d3e6d1ab45 100644 --- a/extra/assocs/extras/extras.factor +++ b/extra/assocs/extras/extras.factor @@ -51,4 +51,4 @@ ERROR: key-exists value key assoc ; key-exists ] [ drop set-at - ] if ; \ No newline at end of file + ] if ;