]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/ui/utils/utils.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / extra / ui / utils / utils.factor
index 08801398659f0c449ac4b277e265855f7f8c5acc..87a3bfa171bf66816d519fc7ae92349ba09ab073 100644 (file)
@@ -3,4 +3,4 @@ IN: ui.utils
 SYMBOLS: width height ;
 : store-dim ( gadget -- ) dim>> [ first width set ] [ second height set ] bi ;
 : with-dim ( gadget quot -- ) '[ _ store-dim @ ] with-scope ; inline
-: with-w/h ( gadget quot -- ) '[ origin get _ with-translation ] with-dim ; inline
\ No newline at end of file
+: with-w/h ( gadget quot -- ) '[ origin get _ with-translation ] with-dim ; inline