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:
HyukWoo Park 2020-12-18 10:33:10 +09:00 committed by Boram Bae
commit 29c70f7532
329 changed files with 463 additions and 379 deletions

View file

@ -87,4 +87,4 @@ Value NativeFunctionObject::construct(ExecutionState& state, const size_t argc,
return processNativeFunctionCall<true>(state, Value(), argc, argv, newTarget);
}
}
} // namespace Escargot