Code formating

This commit is contained in:
2018-05-06 00:10:25 +02:00
parent 306d6c1307
commit 24be69e6a7
11 changed files with 91 additions and 70 deletions

View File

@@ -387,8 +387,8 @@ int ActionFileNode_RunList(ActionFileNode actionFileNode, char *pathLeft,
return numActions;
}
// ----------------------------------------------------------------------------
// Common utilities
// ----------------------------------------------------------------------------
// Common utilities
#define QueueNode(queue, node) \
(queue)->next = (node); \