backend/native: Refactor choose_primary_gpu_unchecked() to meet style

Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4114>
This commit is contained in:
Mario Limonciello 2024-11-06 13:54:10 -06:00 committed by Marge Bot
parent d92bb351da
commit a280280cff

View File

@ -2205,6 +2205,7 @@ choose_primary_gpu_unchecked (MetaBackend *backend,
} }
} }
/* Prefer a platform device */ /* Prefer a platform device */
for (l = gpus; l; l = l->next) for (l = gpus; l; l = l->next)
{ {