mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +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
|
||||
oxr_xdev_update(struct xrt_device* xdev, struct time_state* timekeeping);
|
||||
oxr_xdev_update(struct xrt_device *xdev, struct time_state *timekeeping);
|
||||
|
||||
void
|
||||
oxr_xdev_find_input(struct xrt_device *xdev,
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
|
||||
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) {
|
||||
xdev->update_inputs(xdev, timekeeping);
|
||||
|
|
Loading…
Reference in a new issue