mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-31 17:50:35 +01:00
zink: Fix indentation in zink_create_instance
Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Reviewed-by: Hoe Hao Cheng <haochengho12907@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8019>
This commit is contained in:
parent
c314893988
commit
a2f1354bdc
1 changed files with 1 additions and 1 deletions
|
|
@ -118,8 +118,8 @@ zink_create_instance(struct zink_screen *screen)
|
|||
extensions[num_extensions++] = VK_MVK_MOLTENVK_EXTENSION_NAME;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
}
|
||||
free(extension_props);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue