@@ -40,11 +40,11 @@ - (id)nextObject { OF_UNRECOGNIZED_SELECTOR } -- (OFArray*)allObjects +- (OFArray *)allObjects { OFMutableArray *ret = [OFMutableArray array]; void *pool = objc_autoreleasePoolPush(); id object;