mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:57:45 +00:00
Everywhere: Run clang-format
This commit is contained in:
parent
0376c127f6
commit
086969277e
1665 changed files with 8479 additions and 8479 deletions
|
@ -73,7 +73,7 @@ extern "C" void __sanitizer_cov_trace_pc_guard_init(uint32_t* start, uint32_t* s
|
|||
__edges_stop = stop;
|
||||
|
||||
// Map the shared memory region
|
||||
const char* shm_key = getenv("SHM_ID");
|
||||
char const* shm_key = getenv("SHM_ID");
|
||||
if (!shm_key) {
|
||||
puts("[COV] no shared memory bitmap available, skipping");
|
||||
__shmem = (struct shmem_data*)malloc(SHM_SIZE);
|
||||
|
@ -205,7 +205,7 @@ int main(int, char**)
|
|||
|
||||
int result = 0;
|
||||
|
||||
auto js = StringView(static_cast<const unsigned char*>(data_buffer.data()), script_size);
|
||||
auto js = StringView(static_cast<unsigned char const*>(data_buffer.data()), script_size);
|
||||
|
||||
auto parse_result = JS::Script::parse(js, interpreter->realm());
|
||||
if (parse_result.is_error()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue