summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/input/oc/bug_167.m
blob: e404e2aa12a11e1310f0624a74618d2804c63563 (plain)
1
2
3
4
5
6
7
- (void)dealloc {
    [self closeFile];

    [self setData:nil];

    [super dealloc];
}