diff --git a/src/xrt/include/xrt/xrt_defines.h b/src/xrt/include/xrt/xrt_defines.h index 54303ca9c..fe81c8064 100644 --- a/src/xrt/include/xrt/xrt_defines.h +++ b/src/xrt/include/xrt/xrt_defines.h @@ -50,7 +50,7 @@ enum xrt_distortion_model XRT_DISTORTION_MODEL_NONE = 1 << 0, XRT_DISTORTION_MODEL_PANOTOOLS = 1 << 1, XRT_DISTORTION_MODEL_VIVE = 1 << 2, - XRT_DISTORTION_MODEL_MESHUV = 1 << 3, + XRT_DISTORTION_MODEL_MESHUV = 1 << 3, // clang-format on };