Cleanup: trailing commas

This commit is contained in:
2019-04-16 16:40:47 +02:00
parent d217b23f73
commit dbc058301b
119 changed files with 262 additions and 258 deletions

View File

@@ -517,7 +517,7 @@ typedef enum { /* motion progress, for modal handlers */
P_STARTING, /* <-- */
P_IN_PROGRESS, /* <-- only these are sent for NDOF motion*/
P_FINISHING, /* <-- */
P_FINISHED
P_FINISHED,
} wmProgress;
#ifdef WITH_INPUT_NDOF

View File

@@ -1109,7 +1109,7 @@ typedef enum {
SHIFT = 's',
CONTROL = 'c',
ALT = 'a',
OS = 'C'
OS = 'C',
} modifierKeyType;
/* check if specified modifier key type is pressed */