xrt: Tidy whitespace

This commit is contained in:
Jakob Bornecrantz 2019-04-10 12:45:48 +01:00
parent 35f62087be
commit d353149679
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -33,7 +33,7 @@
* @dir include
* @ingroup xrt
*
* @brief @ref inc and interface headers.
* @brief @ref inc and interface headers.
*/
/*!