The open source OpenXR runtime
0
fork

Configure Feed

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

xrt: Tidy xrt_instance.h (NFC)

+1 -3
+1 -3
src/xrt/include/xrt/xrt_instance.h
··· 229 229 * @relates xrt_instance 230 230 */ 231 231 int 232 - xrt_instance_create(struct xrt_instance_info *ii, struct xrt_instance **out_xinst 233 - 234 - ); 232 + xrt_instance_create(struct xrt_instance_info *ii, struct xrt_instance **out_xinst); 235 233 236 234 /*! 237 235 * @}