chore(runtime/lean): style

This commit is contained in:
Leonardo de Moura 2019-08-16 21:01:14 -07:00
parent 4429aac0b3
commit 57fd302f84

View file

@ -34,7 +34,7 @@ extern "C" {
#define LEAN_ALWAYS_INLINE
#endif
#define LEAN_BYTE(Var, Index) *(((uint8_t*)&Var)+Index)
#define LEAN_BYTE(Var, Index) *(((uint8_t*)&Var)+Index)
#define LeanMaxCtorTag 245
#define LeanClosure 246