Differences From Artifact [d7af13e4bd]:
- File src/savegamedemo.mm — part of check-in [6f5dd50626] at 2025-03-08 02:38:40 on branch trunk — Improve clang-format (user: js, size: 10728) [annotate] [blame] [check-ins using]
To Artifact [518f13ae58]:
- File src/savegamedemo.mm — part of check-in [753ff34122] at 2025-03-08 03:05:16 on branch trunk — More style cleanup (user: js, size: 10727) [annotate] [blame] [check-ins using]
︙ | |||
67 68 69 70 71 72 73 | 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 | - + | void stop() { if (f) { if (demorecording) gzputi(-1); gzclose(f); |
︙ |