[refactor]: formatting

This commit is contained in:
2023-08-08 23:24:26 +04:00
parent a445fc44b3
commit 268103d7da
14 changed files with 495 additions and 384 deletions

View File

@@ -1,7 +1,2 @@
#pragma once
typedef enum {
Sine,
Triangle,
Saw,
Square
} OscillatorType;
typedef enum { Sine, Triangle, Saw, Square } OscillatorType;