Apply clang-formatting

This commit is contained in:
Junyoung Cho 2016-12-08 13:37:18 +09:00
commit f7a22f54fc
169 changed files with 2946 additions and 3074 deletions

View file

@ -10,5 +10,4 @@ StringObject::StringObject(ExecutionState& state, String* value)
{
setPrototype(state, state.context()->globalObject()->stringPrototype());
}
}