···13namespace xrt::auxiliary {
14//! C++-only functionality in the Math helper library
15namespace math {
16-17} // namespace math
18} // namespace xrt::auxiliary
···13namespace xrt::auxiliary {
14//! C++-only functionality in the Math helper library
15namespace math {
16+ // Empty
17} // namespace math
18} // namespace xrt::auxiliary
+1-1
src/xrt/auxiliary/tracking/t_documentation.h
···59 * @brief Namespace used by C++ interfaces in the auxiliary tracking library code.
60 */
61 namespace tracking {
62-63 } // namespace tracking
64} // namespace xrt::auxiliary
65#endif
···59 * @brief Namespace used by C++ interfaces in the auxiliary tracking library code.
60 */
61 namespace tracking {
62+ // Empty
63 } // namespace tracking
64} // namespace xrt::auxiliary
65#endif