The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ipc: Fix no newline at end of file warning

+1 -1
+1 -1
src/xrt/ipc/server/ipc_server_handler.c
··· 1873 1873 struct xrt_device *xdev = get_xdev(ics, device_id); 1874 1874 // Get facial expression data. 1875 1875 return xrt_device_get_face_tracking(xdev, facial_expression_type, out_value); 1876 - } 1876 + }