summaryrefslogtreecommitdiff
path: root/src/audio/synth.cc
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-01-31 01:01:56 +0100
committerskal <pascal.massimino@gmail.com>2026-01-31 01:01:56 +0100
commit3af9f70bec1f50c980288e2213035693f4b737ce (patch)
treee84d96c870026ff77c2c0c3537218fbfe64e26cb /src/audio/synth.cc
parent2520ae66ce2da210eaeaeba44c467c97e0c3fdd0 (diff)
Chore: Add missing newlines at end of source files
Diffstat (limited to 'src/audio/synth.cc')
-rw-r--r--src/audio/synth.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio/synth.cc b/src/audio/synth.cc
index 02d7133..523d3d7 100644
--- a/src/audio/synth.cc
+++ b/src/audio/synth.cc
@@ -202,4 +202,4 @@ int synth_get_active_voice_count() {
float synth_get_output_peak() {
return g_current_output_peak;
-} \ No newline at end of file
+}