git.ithinksw.org
/
ITFoundation.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Licensing ITFoundation under the GNU General Public License version 2.
[ITFoundation.git]
/
ITXMLNode.m
diff --git
a/ITXMLNode.m
b/ITXMLNode.m
old mode 100755
(executable)
new mode 100644
(file)
index
782eb24
..
639e2bd
--- a/
ITXMLNode.m
+++ b/
ITXMLNode.m
@@
-2,14
+2,12
@@
@implementation ITXMLNode
@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
}
@end
\ No newline at end of file