summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/input/oc/bug_i_125-412.m
blob: c92d2e66b7f7f3a090f60a348f0dcfa089a5fc10 (plain)
1
2
3
4
5
6
7
[[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];