mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-28 17:38:27 +00:00
xrt: Tidy whitespace
This commit is contained in:
parent
35f62087be
commit
d353149679
|
@ -47,7 +47,7 @@
|
||||||
* @define XRT_DEBUGBREAK()
|
* @define XRT_DEBUGBREAK()
|
||||||
* To trigger a trap/break in the debugger.
|
* To trigger a trap/break in the debugger.
|
||||||
*/
|
*/
|
||||||
#if defined(__clang__) || defined(__GNUC__)
|
#if defined(__clang__) || defined(__GNUC__)
|
||||||
#define XRT_DEBUGBREAK() __builtin_trap()
|
#define XRT_DEBUGBREAK() __builtin_trap()
|
||||||
#elif defined(_MSC_VER)
|
#elif defined(_MSC_VER)
|
||||||
#include <intrin.h>
|
#include <intrin.h>
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
* @dir include
|
* @dir include
|
||||||
* @ingroup xrt
|
* @ingroup xrt
|
||||||
*
|
*
|
||||||
* @brief @ref inc and interface headers.
|
* @brief @ref inc and interface headers.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
|
Loading…
Reference in a new issue