diff options
| author | skal <pascal.massimino@gmail.com> | 2026-01-31 01:01:56 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-01-31 01:01:56 +0100 |
| commit | 3af9f70bec1f50c980288e2213035693f4b737ce (patch) | |
| tree | e84d96c870026ff77c2c0c3537218fbfe64e26cb /src/audio/window.cc | |
| parent | 2520ae66ce2da210eaeaeba44c467c97e0c3fdd0 (diff) | |
Chore: Add missing newlines at end of source files
Diffstat (limited to 'src/audio/window.cc')
| -rw-r--r-- | src/audio/window.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio/window.cc b/src/audio/window.cc index 6edde0c..e5dfdec 100644 --- a/src/audio/window.cc +++ b/src/audio/window.cc @@ -11,4 +11,4 @@ void hamming_window_512(float *window) { window[i] = 0.54f - 0.46f * cosf(2.0f * PI * (float)i / (float)(WINDOW_SIZE - 1)); } -}
\ No newline at end of file +} |
