Cleanup: commas at the end of enums

Without this clang-format may wrap them onto a single line.
This commit is contained in:
2019-01-15 23:57:49 +11:00
parent 2d98dce7ee
commit 88a80fcec8
106 changed files with 277 additions and 277 deletions

View File

@@ -84,7 +84,7 @@
enum {
COM_RECALC_COMPOSITE = 1,
COM_RECALC_VIEWER = 2
COM_RECALC_VIEWER = 2,
};
typedef struct CompoJob {