Skip to content

Commit 016cec7

Browse files
committed
uncrustify formatting
1 parent 845cd8e commit 016cec7

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/Macros.hpp

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -403,21 +403,21 @@
403403

404404

405405
#if defined(__clang__)
406-
#define LVARRAY_RESTRICT __restrict__
407-
#define LVARRAY_RESTRICT_REF __restrict__
408-
#define LVARRAY_RESTRICT_THIS
409-
#define LVARRAY_INTEL_CONSTEXPR constexpr
406+
#define LVARRAY_RESTRICT __restrict__
407+
#define LVARRAY_RESTRICT_REF __restrict__
408+
#define LVARRAY_RESTRICT_THIS
409+
#define LVARRAY_INTEL_CONSTEXPR constexpr
410410
#elif defined(__GNUC__)
411411
#if defined(__INTEL_COMPILER)
412-
#define LVARRAY_RESTRICT __restrict__
413-
#define LVARRAY_RESTRICT_REF __restrict__
414-
#define LVARRAY_RESTRICT_THIS
415-
#define LVARRAY_INTEL_CONSTEXPR
412+
#define LVARRAY_RESTRICT __restrict__
413+
#define LVARRAY_RESTRICT_REF __restrict__
414+
#define LVARRAY_RESTRICT_THIS
415+
#define LVARRAY_INTEL_CONSTEXPR
416416
#else
417-
#define LVARRAY_RESTRICT __restrict__
418-
#define LVARRAY_RESTRICT_REF __restrict__
419-
#define LVARRAY_RESTRICT_THIS
420-
#define LVARRAY_INTEL_CONSTEXPR constexpr
417+
#define LVARRAY_RESTRICT __restrict__
418+
#define LVARRAY_RESTRICT_REF __restrict__
419+
#define LVARRAY_RESTRICT_THIS
420+
#define LVARRAY_INTEL_CONSTEXPR constexpr
421421
#endif
422422
#endif
423423

0 commit comments

Comments
 (0)