Skip to content

Commit e72338b

Browse files
TianlongLiangloganek
authored andcommitted
format
1 parent f1ffbb5 commit e72338b

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

core/shared/platform/common/posix/posix_memmap.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,7 @@ os_mprotect(void *addr, size_t size, int prot)
294294

295295
void
296296
os_dcache_flush(void)
297-
{
298-
}
297+
{}
299298

300299
void
301300
os_icache_flush(void *start, size_t len)

core/shared/platform/linux-sgx/sgx_platform.c

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,8 @@ os_mprotect(void *addr, size_t size, int prot)
216216

217217
void
218218
os_dcache_flush(void)
219-
{
220-
}
219+
{}
221220

222221
void
223222
os_icache_flush(void *start, size_t len)
224-
{
225-
}
223+
{}

0 commit comments

Comments
 (0)