pma: remove invisible characters from code

This commit is contained in:
Alex Shelkovnykov 2024-02-08 12:36:11 +09:00
parent db635327db
commit 852f033d4e

View File

@ -76,7 +76,6 @@ STATIC_ASSERT(0, "debugger break instruction unimplemented");
/* the opposite of P2BYTES */
#define B2PAGES(x) ((size_t)(x) >> BT_PAGEBITS)
#define __packed __attribute__((__packed__))
#define UNUSED(x) ((void)(x))
@ -95,7 +94,6 @@ STATIC_ASSERT(0, "debugger break instruction unimplemented");
/* given a pointer p returns the low page-aligned addr */
#define LO_ALIGN_PAGE(p) ((BT_page *)(((uintptr_t)p) & ~(BT_PAGESIZE - 1)))
#define BT_MAPADDR ((BYTE *) S(0x1000,0000,0000))
static inline vaof_t
@ -341,7 +339,6 @@ struct BT_state {
/*
//// ===========================================================================
//// btree internal routines