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