The open source OpenXR runtime

auxiliary: Deal with clang-format-14 fallout (NFC)

+3 -3
+1 -1
src/xrt/auxiliary/math/m_documentation.hpp
··· 13 namespace xrt::auxiliary { 14 //! C++-only functionality in the Math helper library 15 namespace math { 16 - 17 } // namespace math 18 } // namespace xrt::auxiliary
··· 13 namespace xrt::auxiliary { 14 //! C++-only functionality in the Math helper library 15 namespace 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
+1 -1
src/xrt/auxiliary/util/u_documentation.h
··· 56 * @brief C++-only functionality from the miscellaneous "util" helper library 57 */ 58 namespace util { 59 - 60 } // namespace util 61 62 } // namespace auxiliary
··· 56 * @brief C++-only functionality from the miscellaneous "util" helper library 57 */ 58 namespace util { 59 + // Empty 60 } // namespace util 61 62 } // namespace auxiliary