mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-29 10:02:14 +00:00
Update clang-format version to 6.0
* coding convention fixed following the new clang-format Signed-off-by: HyukWoo Park <hyukwoo.park@samsung.com>
This commit is contained in:
parent
d3e74e6fc9
commit
29c70f7532
329 changed files with 463 additions and 379 deletions
|
|
@ -143,4 +143,4 @@ void GlobalObject::installArrayBuffer(ExecutionState& state)
|
|||
defineOwnProperty(state, ObjectPropertyName(strings->ArrayBuffer),
|
||||
ObjectPropertyDescriptor(m_arrayBuffer, (ObjectPropertyDescriptor::PresentAttribute)(ObjectPropertyDescriptor::WritablePresent | ObjectPropertyDescriptor::ConfigurablePresent)));
|
||||
}
|
||||
}
|
||||
} // namespace Escargot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue