mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue