Format code.

This commit is contained in:
Jordan Bancino 2023-05-27 18:22:38 +00:00
parent 27e40135ad
commit c206ec495d
3 changed files with 22 additions and 20 deletions

View file

@ -3,7 +3,8 @@
#include <Log.h> #include <Log.h>
int Main(Array *args, HashMap *env) int
Main(Array * args, HashMap * env)
{ {
size_t i; size_t i;
char *key; char *key;

View file

@ -579,6 +579,7 @@ finish:
if (cron) if (cron)
{ {
Log(LOG_DEBUG, "Waiting on background jobs...");
CronStop(cron); CronStop(cron);
CronFree(cron); CronFree(cron);
Log(LOG_DEBUG, "Stopped and freed job scheduler."); Log(LOG_DEBUG, "Stopped and freed job scheduler.");