clang-format pass and workflow

This commit is contained in:
theo3
2021-02-19 15:03:20 -08:00
parent fd2a50eee4
commit 31f324e3a7
27 changed files with 461 additions and 790 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
typedef enum {
SAVE_BUSY = 0,
SAVE_OK = 1,
SAVE_OK = 1,
SAVE_ERROR = -1,
} SaveResult;