misc: Fix tab format error

Signed-off-by: liupeng <liupeng01@kylinos.cn>
This commit is contained in:
liupeng 2026-04-27 21:48:54 +08:00
parent 75932662ce
commit 36cd9344e1
2 changed files with 4 additions and 4 deletions

View file

@ -546,7 +546,7 @@ ssize_t wlr_session_find_gpus(struct wlr_session *session,
bool is_primary = false;
const char *boot_display = udev_device_get_sysattr_value(dev, "boot_display");
if (boot_display && strcmp(boot_display, "1") == 0) {
is_primary = true;
is_primary = true;
} else {
// This is owned by 'dev', so we don't need to free it
struct udev_device *pci =