Use a consistent style for enum braces
https://gitlab.gnome.org/GNOME/mutter/merge_requests/361
This commit is contained in:

committed by
Niels De Graef

parent
ca0b6fc3ac
commit
1c6ea5d1db
@ -112,7 +112,8 @@ typedef void (*ConfigUintFunc) (MetaInputSettings *input_settings,
|
||||
ClutterInputDevice *device,
|
||||
guint value);
|
||||
|
||||
typedef enum {
|
||||
typedef enum
|
||||
{
|
||||
META_PAD_DIRECTION_NONE = -1,
|
||||
META_PAD_DIRECTION_UP = 0,
|
||||
META_PAD_DIRECTION_DOWN,
|
||||
|
Reference in New Issue
Block a user