summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/oc/50602-bug_i_125-412.m
blob: 4beec2d5d62e0bc5f4f8c45556a7c086e290c161 (plain)
1
2
3
4
5
6
7
8
9
[[NSFileManager defaultManager] createFileAtPath:path
                                        contents:data
                                      attributes:nil]

[self.myProperty setObject: obj forKey: key];

NSString *newValue = [@"my string" stringByTrimmingCharactersInSet:NSCharacterSet.whitespaceCharacterSet];

NSString *newValue = [myStrings[0] stringByTrimmingCharactersInSet:NSCharacterSet.whitespaceCharacterSet];