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:
Robert Fancsik
2021-11-05 14:15:47 +01:00
committed by GitHub
parent bc091e1742
commit badfdf4dba
564 changed files with 10195 additions and 15090 deletions
+4 -5
View File
@@ -14,11 +14,11 @@
*/
#include "ecma-helpers.h"
#include "lit-strings.h"
#include "ecma-init-finalize.h"
#include "lit-char-helpers.h"
#include "js-parser-internal.h"
#include "js-parser-internal.h"
#include "lit-char-helpers.h"
#include "lit-strings.h"
#include "test-common.h"
static lit_code_point_t
@@ -48,8 +48,7 @@ lexer_hex_to_character (const uint8_t *source_p) /**< current source position */
return UINT32_MAX;
}
}
}
while (*source_p);
} while (*source_p);
return result;
} /* lexer_hex_to_character */