Cleanup: commas at the end of enums
Without this clang-format may wrap them onto a single line.
This commit is contained in:
		@@ -84,7 +84,7 @@
 | 
			
		||||
 | 
			
		||||
enum {
 | 
			
		||||
	COM_RECALC_COMPOSITE = 1,
 | 
			
		||||
	COM_RECALC_VIEWER    = 2
 | 
			
		||||
	COM_RECALC_VIEWER    = 2,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
typedef struct CompoJob {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user