Author: kib
Date: Sat Aug 24 15:25:53 2019
New Revision: 351455
URL: https://svnweb.freebsd.org/changeset/base/351455

Log:
  Style.

Modified:
  head/sys/amd64/amd64/mp_machdep.c

Modified: head/sys/amd64/amd64/mp_machdep.c
==============================================================================
--- head/sys/amd64/amd64/mp_machdep.c   Sat Aug 24 15:22:18 2019        
(r351454)
+++ head/sys/amd64/amd64/mp_machdep.c   Sat Aug 24 15:25:53 2019        
(r351455)
@@ -510,7 +510,7 @@ native_start_all_aps(void)
        outb(CMOS_DATA, mpbiosreason);
 
        /* number of APs actually started */
-       return mp_naps;
+       return (mp_naps);
 }
 
 
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to