refactor: review format and imports

This commit is contained in:
2026-05-11 07:53:28 +02:00
parent 8f0da378b0
commit cdc7df3e56
29 changed files with 30 additions and 37 deletions
+1 -1
View File
@@ -1,10 +1,10 @@
#include <alsa/asoundlib.h>
#include <log.h>
#include <stdlib.h>
#include "types.h"
#include "config.h"
#include "log.h"
void midi_open(MidiDevice *device, const char *name) {
strlcpy(device->name, name, STR_LEN);