monitor-manager: Remove struct member indentation
To silence CI warnings from check-code-style. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2511>
This commit is contained in:
parent
5476feeaf2
commit
9d7cebd8e6
@ -82,11 +82,11 @@ typedef enum
|
|||||||
*/
|
*/
|
||||||
struct _MetaCrtcAssignment
|
struct _MetaCrtcAssignment
|
||||||
{
|
{
|
||||||
MetaCrtc *crtc;
|
MetaCrtc *crtc;
|
||||||
MetaCrtcMode *mode;
|
MetaCrtcMode *mode;
|
||||||
graphene_rect_t layout;
|
graphene_rect_t layout;
|
||||||
MetaMonitorTransform transform;
|
MetaMonitorTransform transform;
|
||||||
GPtrArray *outputs;
|
GPtrArray *outputs;
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -97,10 +97,10 @@ struct _MetaCrtcAssignment
|
|||||||
*/
|
*/
|
||||||
struct _MetaOutputAssignment
|
struct _MetaOutputAssignment
|
||||||
{
|
{
|
||||||
MetaOutput *output;
|
MetaOutput *output;
|
||||||
gboolean is_primary;
|
gboolean is_primary;
|
||||||
gboolean is_presentation;
|
gboolean is_presentation;
|
||||||
gboolean is_underscanning;
|
gboolean is_underscanning;
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user