st/oxr: Code style fix

This commit is contained in:
Jakob Bornecrantz 2019-06-18 18:04:05 +01:00 committed by Ryan Pavlik
parent 58f5d56d48
commit 739b6b7895
2 changed files with 2 additions and 2 deletions

View file

@ -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,

View file

@ -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);