Cleanup: commas at the end of enums

Without this clang-format may wrap them onto a single line.
This commit is contained in:
Campbell Barton
2019-01-15 23:57:49 +11:00
parent d4c851b976
commit 665acf22bd
102 changed files with 279 additions and 279 deletions

View File

@@ -66,10 +66,10 @@ static char *glsl_material_library = NULL;
/* type definitions and constants */
enum {
MAX_FUNCTION_NAME = 64
MAX_FUNCTION_NAME = 64,
};
enum {
MAX_PARAMETER = 32
MAX_PARAMETER = 32,
};
typedef enum {