1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-01 12:19:28 +00:00

Style(9) fix.

Fix indentation in comment, double ';' in variable declaration.

MFC after:	1 Week
This commit is contained in:
Dmitry Chagin 2011-03-05 20:54:17 +00:00
parent 22ec040605
commit de60a5f38c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=219312

View File

@ -539,7 +539,7 @@ ktrprocctor_entered(struct thread *td, struct proc *p)
{
struct ktr_proc_ctor *ktp;
struct ktr_request *req;
struct thread *td2;;
struct thread *td2;
ktrace_assert(td);
td2 = FIRST_THREAD_IN_PROC(p);