all: Format code to add space after C++-style comment start.
Note: the uncrustify configuration is explicitly set to 'add' instead of 'force' in order not to alter the comments which use extra spaces after // as a means of indenting text for clarity.
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
// The xc16 compiler doesn't seem to respect alignment (!!) so we
|
||||
// need to use instead an object representation that allows for
|
||||
// 2-byte aligned pointers (see config setting above).
|
||||
//#define MICROPY_OBJ_BASE_ALIGNMENT __attribute__((aligned(4)))
|
||||
// #define MICROPY_OBJ_BASE_ALIGNMENT __attribute__((aligned(4)))
|
||||
|
||||
#define MICROPY_MAKE_POINTER_CALLABLE(p) ((void *)((mp_uint_t)(p)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user