Coding style is religion

This commit is contained in:
2017-05-17 18:43:29 +03:00
parent 6d0a190c2f
commit b7df1d32fd
7 changed files with 47 additions and 44 deletions

View File

@@ -4,7 +4,7 @@
#include "job_queue.h"
struct msg_t **slot;
int total_queues = 0;
int total_queues;
int start_msg_queue(void)
{