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
@ -72,7 +72,8 @@ enum
|
||||
|
||||
static GParamSpec *obj_props[PROP_LAST];
|
||||
|
||||
enum {
|
||||
enum
|
||||
{
|
||||
MONITORS_CHANGED,
|
||||
MONITORS_CHANGED_INTERNAL,
|
||||
POWER_SAVE_MODE_CHANGED,
|
||||
|
Reference in New Issue
Block a user