]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ui/backend/cocoa/cocoa.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / basis / ui / backend / cocoa / cocoa.factor
index 019faeb5d68d1acf15ed532b9701af37a1c3bce8..11f3c2a96394b8de896d8258d5ce654135b9e1b7 100644 (file)
@@ -103,7 +103,7 @@ M: cocoa-ui-backend set-title ( string world -- )
 
 : exit-fullscreen ( world -- )
     handle>>
-    [ view>> f -> exitFullScreenModeWithOptions: ] 
+    [ view>> f -> exitFullScreenModeWithOptions: ]
     [ [ window>> ] [ view>> ] bi -> makeFirstResponder: drop ] bi ;
 
 M: cocoa-ui-backend (set-fullscreen) ( world ? -- )
@@ -263,4 +263,3 @@ cocoa-ui-backend ui-backend set-global
 
 M: cocoa-ui-backend ui-backend-available?
     running.app? ;
-