The open source OpenXR runtime
0
fork

Configure Feed

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

t/common: Tidy builder list

+5 -3
+5 -3
src/xrt/targets/common/target_lists.c
··· 94 94 xrt_builder_create_func_t target_builder_list[] = { 95 95 #ifdef XRT_BUILD_DRIVER_RIFT_S 96 96 rift_s_builder_create, 97 - #endif 97 + #endif // XRT_BUILD_DRIVER_RIFT_S 98 98 99 99 #ifdef T_BUILDER_RGB_TRACKING 100 100 t_builder_rgb_tracking_create, ··· 102 102 103 103 #ifdef T_BUILDER_SIMULAVR 104 104 t_builder_simula_create, 105 - #endif 105 + #endif // T_BUILDER_SIMULAVR 106 106 107 107 #ifdef T_BUILDER_LIGHTHOUSE 108 108 t_builder_lighthouse_create, ··· 114 114 115 115 #ifdef T_BUILDER_NS 116 116 t_builder_north_star_create, 117 - #endif 117 + #endif // T_BUILDER_NS 118 + 118 119 #ifdef T_BUILDER_LEGACY 119 120 t_builder_legacy_create, 120 121 #endif // T_BUILDER_LEGACY 122 + 121 123 NULL, 122 124 }; 123 125