summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2024-02-17 00:10:59 +0100
committerMitya Selivanov <automainint@guattari.tech>2024-02-17 00:10:59 +0100
commit08250274d601493c4bc3cc04583a64577077b431 (patch)
treee9c8dea4c9bd29f7a91079bf73153e8eb73f0d89
parent23e63540f2d3ff6da230d1a29aecf33b49d2874d (diff)
downloadsaw-08250274d601493c4bc3cc04583a64577077b431.zip
fix project file formatting
-rw-r--r--source/saw/main.c1
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",