chore: clang-format

master
Sean McBride 3 years ago
parent d0f8912c27
commit 768816934e

@ -24,10 +24,10 @@
#define PAGE_ALIGNED __attribute__((aligned(PAGE_SIZE)))
#define CACHE_PAD_ALIGNED __attribute__((aligned(CACHE_PAD)))
#define EXPORT __attribute__((visibility("default")))
#define IMPORT __attribute__((visibility("default")))
#define INLINE __attribute__((always_inline))
#define WEAK __attribute__((weak))
#define EXPORT __attribute__((visibility("default")))
#define IMPORT __attribute__((visibility("default")))
#define INLINE __attribute__((always_inline))
#define WEAK __attribute__((weak))
#ifndef unlikely

Loading…
Cancel
Save