forked from Telodendria/Telodendria
Format code.
This commit is contained in:
parent
27e40135ad
commit
c206ec495d
3 changed files with 22 additions and 20 deletions
|
@ -3,7 +3,8 @@
|
|||
|
||||
#include <Log.h>
|
||||
|
||||
int Main(Array *args, HashMap *env)
|
||||
int
|
||||
Main(Array * args, HashMap * env)
|
||||
{
|
||||
size_t i;
|
||||
char *key;
|
||||
|
|
|
@ -579,6 +579,7 @@ finish:
|
|||
|
||||
if (cron)
|
||||
{
|
||||
Log(LOG_DEBUG, "Waiting on background jobs...");
|
||||
CronStop(cron);
|
||||
CronFree(cron);
|
||||
Log(LOG_DEBUG, "Stopped and freed job scheduler.");
|
||||
|
|
Loading…
Reference in a new issue