Minor syntax and comments improvements

This commit is contained in:
Francis Lachapelle
2014-06-05 12:14:34 -04:00
parent e118a72eab
commit fe38518a36
3 changed files with 5 additions and 4 deletions
+1 -2
View File
@@ -1057,8 +1057,7 @@ _computeBlocksPosition (NSArray *blocks)
[self _prepareEventBlocks: &blocks withAllDays: &allDayBlocks];
events = [self _fetchFields: eventsFields
forComponentOfType: @"vevent"];
eventsBlocks
= [NSArray arrayWithObjects: events, allDayBlocks, blocks, nil];
eventsBlocks = [NSArray arrayWithObjects: events, allDayBlocks, blocks, nil];
max = [events count];
for (count = 0; count < max; count++)
{