mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-29 18:08:29 +00:00
st/oxr: Add forgotten newline to quirks output [NFC]
This commit is contained in:
parent
f87053254e
commit
7cd151484e
|
@ -376,7 +376,7 @@ oxr_instance_create(struct oxr_logger *log,
|
|||
"\tcreateInfo->applicationInfo.engineVersion: %i\n"
|
||||
"\tappinfo.detected.engine.name: %s\n"
|
||||
"\tappinfo.detected.engine.version: %i.%i.%i\n"
|
||||
"\tquirks.disable_vulkan_format_depth_stencil: %s"
|
||||
"\tquirks.disable_vulkan_format_depth_stencil: %s\n"
|
||||
"\tquirks.no_validation_error_in_create_ref_space: %s",
|
||||
createInfo->applicationInfo.applicationName, //
|
||||
createInfo->applicationInfo.applicationVersion, //
|
||||
|
|
Loading…
Reference in a new issue