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

	[self setData:nil];

	[super dealloc];
}