]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/types/types.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / basis / windows / types / types.factor
index f7a9db1b8164f0cb38f14d7cc83fc0af6014dcaa..f735f6c5a52f693ce3597e51c3b68d398c4b29f5 100644 (file)
@@ -271,7 +271,7 @@ TYPEDEF: void* PAINTSTRUCT
 
 STRUCT: POINT
     { x LONG }
-    { y LONG } ; 
+    { y LONG } ;
 
 STRUCT: SIZE
     { cx LONG }