Skip to content

Commit

Permalink
Gratuitous style bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsdjhb committed Mar 20, 2024
1 parent d012a2b commit 332769c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sys/kern/kern_exec.c
Original file line number Diff line number Diff line change
Expand Up @@ -2380,12 +2380,12 @@ core_output_memtag_cheri(char * __capability base, size_t mem_len,
int
sbuf_drain_core_output(void *arg, const char *data, int len)
{
struct coredump_params *cp;
struct proc *p;
int error, locked;
struct coredump_params *cp;
struct proc *p;
int error, locked;

cp = arg;
p = cp->td->td_proc;
cp = arg;
p = cp->td->td_proc;

/*
* Some kern_proc out routines that print to this sbuf may
Expand Down

0 comments on commit 332769c

Please sign in to comment.