diff options
| author | skal <pascal.massimino@gmail.com> | 2026-01-31 00:17:19 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-01-31 00:17:19 +0100 |
| commit | 0f757ca901dbf00a953a39bd2d452ff423a45969 (patch) | |
| tree | 9cf5329dfde02cfd1ec5ea7a5c7171cc4de9c5db /src/main.cc | |
| parent | 4a8554fe08ce0491cf64514ad374fd118066ed1b (diff) | |
enforce code style
Diffstat (limited to 'src/main.cc')
| -rw-r--r-- | src/main.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cc b/src/main.cc index aa41647..5da76ba 100644 --- a/src/main.cc +++ b/src/main.cc @@ -71,7 +71,7 @@ int main(int argc, char **argv) { (void)argc; (void)argv; fullscreen_enabled = true; -#endif +#endif /* STRIP_ALL */ platform_init_window(fullscreen_enabled); gpu_init(platform_get_window()); @@ -126,7 +126,7 @@ int main(int argc, char **argv) { synth_trigger_voice(bass_id, 0.9f, 1.2f); } - beat_count++; + ++beat_count; } int width, height; |
