mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-06-13 14:32:57 -04:00
misc: Fix tab format error
Signed-off-by: liupeng <liupeng01@kylinos.cn>
This commit is contained in:
parent
75932662ce
commit
36cd9344e1
2 changed files with 4 additions and 4 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue