svn commit: r221683 - user/avg/xcpu/sys/amd64/amd64

Andriy Gapon avg at FreeBSD.org
Mon May 9 07:09:51 UTC 2011


Author: avg
Date: Mon May  9 07:09:51 2011
New Revision: 221683
URL: http://svn.freebsd.org/changeset/base/221683

Log:
  a whitespace nit

Modified:
  user/avg/xcpu/sys/amd64/amd64/mp_machdep.c

Modified: user/avg/xcpu/sys/amd64/amd64/mp_machdep.c
==============================================================================
--- user/avg/xcpu/sys/amd64/amd64/mp_machdep.c	Mon May  9 07:09:01 2011	(r221682)
+++ user/avg/xcpu/sys/amd64/amd64/mp_machdep.c	Mon May  9 07:09:51 2011	(r221683)
@@ -1411,7 +1411,7 @@ ipi_nmi_handler(void)
 	cpuhardstop_handler();
 	return (0);
 }
-     
+
 /*
  * Handle an IPI_STOP by saving our current context and spinning until we
  * are resumed.


More information about the svn-src-user mailing list