chore(runtime/lean): style
This commit is contained in:
parent
1dc1bcf521
commit
9e8ac5ae27
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ Author: Leonardo de Moura
|
|||
#ifdef __cplusplus
|
||||
#include <atomic>
|
||||
#define _Atomic(t) std::atomic<t>
|
||||
#define LEAN_USING_STD using namespace std;
|
||||
#define LEAN_USING_STD using namespace std; /* NOLINT */
|
||||
extern "C" {
|
||||
#else
|
||||
#include <stdatomic.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue