diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2024-02-17 00:10:59 +0100 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2024-02-17 00:10:59 +0100 |
commit | 08250274d601493c4bc3cc04583a64577077b431 (patch) | |
tree | e9c8dea4c9bd29f7a91079bf73153e8eb73f0d89 /source | |
parent | 23e63540f2d3ff6da230d1a29aecf33b49d2874d (diff) | |
download | saw-08250274d601493c4bc3cc04583a64577077b431.zip |
fix project file formatting
Diffstat (limited to 'source')
-rw-r--r-- | source/saw/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/saw/main.c b/source/saw/main.c index 38c1b58..7809be3 100644 --- a/source/saw/main.c +++ b/source/saw/main.c @@ -3025,6 +3025,7 @@ static void saw_cleanup(void) { fprintf(f, "pitch_turned_off %d\n ", PITCH_COUNT); for (i64 pitch = 0; pitch < PITCH_COUNT; ++pitch) fprintf(f, " %d", (i32) roll->pitch_turned_off[pitch]); + fprintf(f, "\n"); fprintf(f, "tuning %d\n ", PITCH_COUNT); for (i64 pitch = 0; pitch < PITCH_COUNT; ++pitch) fprintf(f, " %lld", |