Skip to content

Commit

Permalink
fixup! Gratuitous style bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsdjhb committed Mar 27, 2024
1 parent eed04c2 commit e480aa6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sys/kern/kern_exec.c
Original file line number Diff line number Diff line change
Expand Up @@ -2325,8 +2325,7 @@ core_output_memtag_cheri(char * __capability base, size_t mem_len,
hastags = false;

map = &cp->td->td_proc->p_vmspace->vm_map;
for (; mem_len > 0; base += PAGE_SIZE, mem_len -= PAGE_SIZE)
{
for (; mem_len > 0; base += PAGE_SIZE, mem_len -= PAGE_SIZE) {
if (core_dump_can_intr && curproc_sigkilled())
return (EINTR);

Expand Down

0 comments on commit e480aa6

Please sign in to comment.