Author: torehalset
Date: Wed Oct 25 14:05:06 2006
New Revision: 467766

URL: http://svn.apache.org/viewvc?view=rev&rev=467766
Log:
format

Modified:
    incubator/cayenne/sandbox/CocoaCayenne/CocoaCayenne/CAYObjEntity.m

Modified: incubator/cayenne/sandbox/CocoaCayenne/CocoaCayenne/CAYObjEntity.m
URL: 
http://svn.apache.org/viewvc/incubator/cayenne/sandbox/CocoaCayenne/CocoaCayenne/CAYObjEntity.m?view=diff&rev=467766&r1=467765&r2=467766
==============================================================================
--- incubator/cayenne/sandbox/CocoaCayenne/CocoaCayenne/CAYObjEntity.m 
(original)
+++ incubator/cayenne/sandbox/CocoaCayenne/CocoaCayenne/CAYObjEntity.m Wed Oct 
25 14:05:06 2006
@@ -41,7 +41,7 @@
 -(void)encodeWithCoder:(NSCoder*)coder
 {
        [coder encodeObject:serverClassName forKey:@"className"];
-       [coder encodeObject:[self  attributes] forKey:@"attributes"];
+       [coder encodeObject:[self attributes] forKey:@"attributes"];
        [coder encodeObject:[self name] forKey:@"name"];
        [coder encodeObject:[self relationships] forKey:@"relationships"];
 }


Reply via email to