mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
st/oxr: Code style
This commit is contained in:
parent
5fbebd2bd5
commit
9a4fee3896
|
@ -183,8 +183,8 @@ oxr_system_get_properties(struct oxr_logger *log,
|
|||
// Needed to silence the warnings.
|
||||
const char *name = sys->head->name;
|
||||
|
||||
snprintf(properties->systemName, XR_MAX_SYSTEM_NAME_SIZE, "Monado: %*.s",
|
||||
247, name);
|
||||
snprintf(properties->systemName, XR_MAX_SYSTEM_NAME_SIZE,
|
||||
"Monado: %*.s", 247, name);
|
||||
|
||||
/*!
|
||||
* @todo conforming implementations must support at
|
||||
|
|
Loading…
Reference in a new issue