monitor: Fix style issue

https://gitlab.gnome.org/GNOME/mutter/merge_requests/722
This commit is contained in:
Jonas Ådahl 2019-08-12 10:52:20 +02:00
parent f780706f09
commit 18838bcefc

View File

@ -1658,7 +1658,8 @@ meta_monitor_calculate_mode_scale (MetaMonitor *monitor,
}
static gboolean
is_logical_size_large_enough (gint width, gint height)
is_logical_size_large_enough (int width,
int height)
{
return width >= MINIMUM_LOGICAL_WIDTH &&
height >= MINIMUM_LOGICAL_HEIGHT;