Huge update to ITFoundation. I've gone through every file (except queue.h
[ITFoundation.git] / ITXMLNode.m
old mode 100755 (executable)
new mode 100644 (file)
index 782eb24..639e2bd
@@ -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