]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/cocoa/runtime/runtime.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / basis / cocoa / runtime / runtime.factor
index 4fbfa622c3c4210ead83853701256f26ce6abf0b..b0e149e0c1b4190dd605d78e6be3e817edff1202 100644 (file)
@@ -70,7 +70,7 @@ FUNCTION: void* method_getTypeEncoding ( Method method ) ;
 
 FUNCTION: SEL method_getName ( Method method ) ;
 
-FUNCTION: void* method_setImplementation ( Method method, void* imp ) ; 
-FUNCTION: void* method_getImplementation ( Method method ) ; 
+FUNCTION: void* method_setImplementation ( Method method, void* imp ) ;
+FUNCTION: void* method_getImplementation ( Method method ) ;
 
 FUNCTION: Class object_getClass ( id object ) ;