Use a consistent style for enum braces

https://gitlab.gnome.org/GNOME/mutter/merge_requests/361
This commit is contained in:
Niels De Graef
2018-12-19 09:04:25 +01:00
committed by Niels De Graef
parent ca0b6fc3ac
commit 1c6ea5d1db
94 changed files with 392 additions and 196 deletions

View File

@ -50,7 +50,8 @@ typedef struct _MetaInputSettingsX11Private
G_DEFINE_TYPE_WITH_PRIVATE (MetaInputSettingsX11, meta_input_settings_x11,
META_TYPE_INPUT_SETTINGS)
enum {
enum
{
SCROLL_METHOD_FIELD_2FG,
SCROLL_METHOD_FIELD_EDGE,
SCROLL_METHOD_FIELD_BUTTON,