Revision: 4300
          http://skim-app.svn.sourceforge.net/skim-app/?rev=4300&view=rev
Author:   hofman
Date:     2008-07-25 16:09:55 +0000 (Fri, 25 Jul 2008)

Log Message:
-----------
remove extra spaces

Modified Paths:
--------------
    trunk/SKRuntime.m

Modified: trunk/SKRuntime.m
===================================================================
--- trunk/SKRuntime.m   2008-07-25 11:40:10 UTC (rev 4299)
+++ trunk/SKRuntime.m   2008-07-25 16:09:55 UTC (rev 4300)
@@ -51,7 +51,7 @@
 
 IMP SK_method_getImplementation(Method aMethod) {
     return method_getImplementation != NULL ? 
method_getImplementation(aMethod) : aMethod->method_imp;
-} 
+}
 
 const char *SK_method_getTypeEncoding(Method aMethod) {
     return method_getTypeEncoding != NULL ? method_getTypeEncoding(aMethod) : 
aMethod->method_types;
@@ -110,7 +110,7 @@
 
 IMP SK_method_getImplementation(Method aMethod) {
     return method_getImplementation(aMethod);
-} 
+}
 
 const char *SK_method_getTypeEncoding(Method aMethod) {
     return method_getTypeEncoding(aMethod);


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Skim-app-commit mailing list
Skim-app-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to