summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/oc/50201-blocks_align.m
blob: 505c9b99c0db4c999f669a1bd4f7a7f544bcdc57 (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;
                                                   }
                                               }
];