summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/input/oc/blocks_align.m
blob: 2ddf75c6459d700a9b57d24cc1fedfb6d60198c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[[HRNewsService sharedInstance] unregisterPushToken:data
                                            success:^{
                                                self.notificationsEnabled = NO;
                                                if (data.param) {
                                                    self.loudNotifications = YES;
                                                }
                                            }
                                            fail:^{
                                                self.notificationsEnabled = NO;
                                                if (data.param) {
                                                    self.loudNotifications = YES;
                                                }
                                            }
];