mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-05 21:38:12 +00:00
ipc: Fix no newline at end of file warning
This commit is contained in:
parent
d8e4acd7b2
commit
574b3c1d28
|
@ -1873,4 +1873,4 @@ ipc_handle_device_get_face_tracking(volatile struct ipc_client_state *ics,
|
|||
struct xrt_device *xdev = get_xdev(ics, device_id);
|
||||
// Get facial expression data.
|
||||
return xrt_device_get_face_tracking(xdev, facial_expression_type, out_value);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue