Replace vera++ with clang-format (#4518)
JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik robert.fancsik@h-lab.eu
This commit is contained in:
@@ -19,9 +19,9 @@
|
||||
|
||||
#ifdef DEBUG_WRAPPER
|
||||
#define LOG_PRINT(...) printf(__VA_ARGS__)
|
||||
#else
|
||||
#else /* !defined(DEBUG_WRAPPER) */
|
||||
#define LOG_PRINT(...) while(0) { }
|
||||
#endif
|
||||
#endif /* defined(DEBUG_WRAPPER) */
|
||||
|
||||
#define LOG_PRINT_ALWAYS(...) printf(__VA_ARGS__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user