aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/builtin-objects/ecma-builtin-shared-arraybuffer-prototype.c
diff options
context:
space:
mode:
authorRobert Fancsik <robert.fancsik@h-lab.eu>2021-11-05 14:15:47 +0100
committerGitHub <noreply@github.com>2021-11-05 14:15:47 +0100
commitbadfdf4dba1fa0a15bd78163c1713ada5e65cd22 (patch)
tree01d2a4d1969c4b422c4ce9e6638db3e7403830fd /jerry-core/ecma/builtin-objects/ecma-builtin-shared-arraybuffer-prototype.c
parentbc091e174206b26e3ff71a9833e37527579b035f (diff)
Replace vera++ with clang-format (#4518)
JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik robert.fancsik@h-lab.eu
Diffstat (limited to 'jerry-core/ecma/builtin-objects/ecma-builtin-shared-arraybuffer-prototype.c')
-rw-r--r--jerry-core/ecma/builtin-objects/ecma-builtin-shared-arraybuffer-prototype.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/jerry-core/ecma/builtin-objects/ecma-builtin-shared-arraybuffer-prototype.c b/jerry-core/ecma/builtin-objects/ecma-builtin-shared-arraybuffer-prototype.c
index aea79461..dc6fc22f 100644
--- a/jerry-core/ecma/builtin-objects/ecma-builtin-shared-arraybuffer-prototype.c
+++ b/jerry-core/ecma/builtin-objects/ecma-builtin-shared-arraybuffer-prototype.c
@@ -13,6 +13,7 @@
* limitations under the License.
*/
+#include "ecma-arraybuffer-object.h"
#include "ecma-builtin-helpers.h"
#include "ecma-builtins.h"
#include "ecma-conversion.h"
@@ -23,9 +24,9 @@
#include "ecma-helpers.h"
#include "ecma-objects.h"
#include "ecma-shared-arraybuffer-object.h"
-#include "ecma-arraybuffer-object.h"
-#include "jrt.h"
+
#include "jrt-libc-includes.h"
+#include "jrt.h"
#if JERRY_BUILTIN_SHAREDARRAYBUFFER
@@ -33,7 +34,7 @@
#include "ecma-builtins-internal.h"
#define BUILTIN_INC_HEADER_NAME "ecma-builtin-shared-arraybuffer-prototype.inc.h"
-#define BUILTIN_UNDERSCORED_ID shared_arraybuffer_prototype
+#define BUILTIN_UNDERSCORED_ID shared_arraybuffer_prototype
#include "ecma-builtin-internal-routines-template.inc.h"
/** \addtogroup ecma ECMA