mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-02 08:42:48 +00:00
Remove extra braces for style(9) (found while cleaning up an old work tree).
This commit is contained in:
parent
f657d618ce
commit
25e45560da
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=213236
@ -118,9 +118,8 @@ userret(struct thread *td, struct trapframe *frame)
|
||||
/*
|
||||
* Charge system time if profiling.
|
||||
*/
|
||||
if (p->p_flag & P_PROFIL) {
|
||||
if (p->p_flag & P_PROFIL)
|
||||
addupc_task(td, TRAPF_PC(frame), td->td_pticks * psratio);
|
||||
}
|
||||
/*
|
||||
* Let the scheduler adjust our priority etc.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user