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