X-Git-Url: http://git.ithinksw.org/ITFoundation.git/blobdiff_plain/ca611b500e4c5b95df5ef6d5c53d8c93b1e8e287..85f624bb2febde8e3399a53dc9b28e003e370ac0:/ITXMLNode.m diff --git a/ITXMLNode.m b/ITXMLNode.m old mode 100755 new mode 100644 index 782eb24..639e2bd --- a/ITXMLNode.m +++ b/ITXMLNode.m @@ -2,14 +2,12 @@ @implementation ITXMLNode -- (NSArray *)children -{ - return [NSArray arrayWithArray:_children]; +- (NSArray *)children { + return [NSArray arrayWithArray:_children]; } -- (void)addChild:(ITXMLNode *)aChild -{ - [_children addObject:aChild]; +- (void)addChild:(ITXMLNode *)aChild { + [_children addObject:aChild]; } @end \ No newline at end of file