Cleanup: clang-format

This commit is contained in:
2020-11-06 10:29:00 +11:00
parent 73ea68d0ca
commit c19e4b706e
8 changed files with 18 additions and 14 deletions

View File

@@ -349,7 +349,6 @@ typedef enum {
DRW_STATE_LOGIC_INVERT = (10 << 11),
DRW_STATE_BLEND_ALPHA_UNDER_PREMUL = (11 << 11),
DRW_STATE_IN_FRONT_SELECT = (1 << 27),
DRW_STATE_SHADOW_OFFSET = (1 << 28),
DRW_STATE_CLIP_PLANES = (1 << 29),