Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Whitespace
  • Loading branch information
pvuorela committed Apr 29, 2021
1 parent a768baa commit 3d71b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/calendarmanager.cpp
Expand Up @@ -275,7 +275,7 @@ void CalendarManager::cancelEventQueryRefresh(CalendarEventQuery *query)
static QDate agenda_endDate(const CalendarAgendaModel *model)
{
QDate endDate = model->endDate();
return endDate.isValid() ? endDate: model->startDate();
return endDate.isValid() ? endDate : model->startDate();
}

bool CalendarManager::isRangeLoaded(const CalendarData::Range &r, QList<CalendarData::Range> *missingRanges)
Expand Down

0 comments on commit 3d71b56

Please sign in to comment.