Cleanup: trailing commas
This commit is contained in:
@@ -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
|
||||
|
@@ -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 */
|
||||
|
Reference in New Issue
Block a user