Skip to content

Commit cf2a1c3

Browse files
committed
code format
1 parent 48f8654 commit cf2a1c3

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

PopulationClock/CountryCarouselView.m

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ @implementation CountryCarouselView {
2626

2727
- (void)dealloc
2828
{
29-
// We are no longer observers
29+
// We are no longer observing
3030
[[NSNotificationCenter defaultCenter] removeObserver:self];
3131
}
3232

@@ -36,7 +36,8 @@ - (void)awakeFromNib
3636
self.delegate = self;
3737

3838
// Observe changes to the country selection
39-
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(countrySelectionChanged:) name:CountrySelectionNotification object:nil];
39+
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(countrySelectionChanged:)
40+
name:CountrySelectionNotification object:nil];
4041
}
4142

4243
- (void)countrySelectionChanged:(NSNotification *)notification
@@ -79,7 +80,7 @@ - (void)reloadWithCountry:(NSString *)countryCode
7980
* this is that CALayer borders overlap the content. I couldn't get alternatives
8081
* like drawing a new image with the borders to work as they all got ridiculously
8182
* blurry. This should be possible, though, so if you can figure out, please
82-
* replace this crap with something that doesn't suck as much.
83+
* replace this code with something that doesn't suck as much. (FTCL)
8384
*/
8485

8586
// Change the portrait flags

0 commit comments

Comments
 (0)