mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 23:08:40 +02:00
Minor formatting tweak.
This commit is contained in:
@@ -521,7 +521,10 @@ static void DoCalendarOneMonth(void)
|
|||||||
} else if (PsCal == PSCAL_LEVEL2) {
|
} else if (PsCal == PSCAL_LEVEL2) {
|
||||||
printf("%s\n", PSEND2);
|
printf("%s\n", PSEND2);
|
||||||
} else if (PsCal == PSCAL_LEVEL3){
|
} else if (PsCal == PSCAL_LEVEL3){
|
||||||
printf("\n]\n}");
|
if (DidADay) {
|
||||||
|
printf("\n");
|
||||||
|
}
|
||||||
|
printf("]\n}");
|
||||||
}
|
}
|
||||||
if (!DoSimpleCalendar) WriteCalTrailer();
|
if (!DoSimpleCalendar) WriteCalTrailer();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user