mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +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.
|
// Needed to silence the warnings.
|
||||||
const char *name = sys->head->name;
|
const char *name = sys->head->name;
|
||||||
|
|
||||||
snprintf(properties->systemName, XR_MAX_SYSTEM_NAME_SIZE, "Monado: %*.s",
|
snprintf(properties->systemName, XR_MAX_SYSTEM_NAME_SIZE,
|
||||||
247, name);
|
"Monado: %*.s", 247, name);
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* @todo conforming implementations must support at
|
* @todo conforming implementations must support at
|
||||||
|
|
Loading…
Reference in a new issue