summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/expected/oc/50515-sp_oc_synchronized.m
blob: ffff56180d12d3f0aa93d380a095e53964b6f969 (plain)
1
2
3
4
5
6
7
8
9
10
11
- (void) unobserveAllKeyPaths {
	@synchronized (self) {
	}
}
#if 1
#define SYNCHRONIZED_BEGIN(x) @synchronized (x) {
#define SYNCHRONIZED_END }
#else
#define SYNCHRONIZED_BEGIN(x)
#define SYNCHRONIZED_END
#endif