@@ -502,12 +502,11 @@ object = nextObject(pointer, stop, line, depthLimit); if (object == nil) return nil; - [dictionary setObject: object - forKey: key]; + [dictionary setObject: object forKey: key]; skipWhitespacesAndComments(pointer, stop, line); if (*pointer >= stop) return nil;