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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user