Apply "clang-format" preferences globally

This commit is contained in:
Delgan 2024-04-07 10:05:10 +02:00
parent d841aeeecd
commit b85ba99980
64 changed files with 1868 additions and 2678 deletions

View file

@ -1,16 +1,14 @@
#include <stdlib.h>
#include <assert.h>
#include <stdlib.h>
#include <poll.h>
#include "../config.h"
#include "../config-verify.h"
#include "../config.h"
#include "../module.h"
#include "../plugin.h"
struct private {
struct particle *label;
};
struct private { struct particle *label; };
static void
destroy(struct module *mod)