Remove stray blank line.

MFC after:	3 days
This commit is contained in:
Konstantin Belousov 2012-06-30 17:01:28 +00:00
parent c517bc1502
commit 8046a47e76
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=237848

View file

@ -627,7 +627,6 @@ struct proc {
#define P_SIGEVENT 0x200000 /* Process pending signals changed. */
#define P_SINGLE_BOUNDARY 0x400000 /* Threads should suspend at user boundary. */
#define P_HWPMC 0x800000 /* Process is using HWPMCs */
#define P_JAILED 0x1000000 /* Process is in jail. */
#define P_ORPHAN 0x2000000 /* Orphaned. */
#define P_INEXEC 0x4000000 /* Process is in execve(). */