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

@ -661,7 +661,7 @@ InterpretedCodeBlock* CodeCacheReader::loadInterpretedCodeBlock(Context* context
#ifndef NDEBUG
ExtendedNodeLOC(0, 0, 0)
#endif
);
);
info->m_canAllocateEnvironmentOnStack = m_buffer.get<bool>();
info->m_shouldAllocateEnvironment = m_buffer.get<bool>();
@ -1069,6 +1069,6 @@ void CodeCacheReader::loadByteCodeStream(Context* context, ByteCodeBlock* block)
}
}
}
}
} // namespace Escargot
#endif // ENABLE_CODE_CACHE