Fix accidental line wrapping introduced in r286122.

This commit is contained in:
Ed Schouten 2015-07-31 10:46:45 +00:00
parent 367a13f905
commit 6236e71bfe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=286123

View File

@ -824,8 +824,7 @@ fork1(struct thread *td, int flags, int pages, struct proc **procp,
* later.
*/
if (flags & RFPROCDESC) {
error = falloc_caps(td, &fp_procdesc, procdescp, 0,
fcaps);
error = falloc_caps(td, &fp_procdesc, procdescp, 0, fcaps);
if (error != 0)
return (error);
}