fixed formatting

This commit is contained in:
2025-10-26 16:52:14 +01:00
parent 4d75186c39
commit e4dd4b1a2a
+1 -2
View File
@@ -27,11 +27,10 @@
#define DSP_RINGBUFFER_H #define DSP_RINGBUFFER_H
#include <cstddef> #include <cstddef>
#include <cstdint>
#include <math.h> #include <math.h>
#include <stdint.h> #include <stdint.h>
#include <sys/types.h> #include <sys/types.h>
#include "../../dsp_types.hpp" #include <dsp_types.hpp>
namespace dsp { namespace dsp {