mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 04:36:07 +00:00
st/oxr: Code style fix
This commit is contained in:
parent
58f5d56d48
commit
739b6b7895
|
@ -598,7 +598,7 @@ oxr_event_push_XrEventDataSessionStateChanged(struct oxr_logger *log,
|
||||||
*/
|
*/
|
||||||
|
|
||||||
void
|
void
|
||||||
oxr_xdev_update(struct xrt_device* xdev, struct time_state* timekeeping);
|
oxr_xdev_update(struct xrt_device *xdev, struct time_state *timekeeping);
|
||||||
|
|
||||||
void
|
void
|
||||||
oxr_xdev_find_input(struct xrt_device *xdev,
|
oxr_xdev_find_input(struct xrt_device *xdev,
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
oxr_xdev_update(struct xrt_device* xdev, struct time_state* timekeeping)
|
oxr_xdev_update(struct xrt_device *xdev, struct time_state *timekeeping)
|
||||||
{
|
{
|
||||||
if (xdev != NULL) {
|
if (xdev != NULL) {
|
||||||
xdev->update_inputs(xdev, timekeeping);
|
xdev->update_inputs(xdev, timekeeping);
|
||||||
|
|
Loading…
Reference in a new issue