svn commit: r238398 - head/sys/arm/at91

Warner Losh imp at FreeBSD.org
Thu Jul 12 13:54:25 UTC 2012


Author: imp
Date: Thu Jul 12 13:54:24 2012
New Revision: 238398
URL: http://svn.freebsd.org/changeset/base/238398

Log:
  Fix whitespace divot.

Modified:
  head/sys/arm/at91/at91.c

Modified: head/sys/arm/at91/at91.c
==============================================================================
--- head/sys/arm/at91/at91.c	Thu Jul 12 13:45:58 2012	(r238397)
+++ head/sys/arm/at91/at91.c	Thu Jul 12 13:54:24 2012	(r238398)
@@ -310,7 +310,7 @@ at91_attach(device_t dev)
          * Add this device's children...
          */
 	at91_cpu_add_builtin_children(dev, soc_info.soc_data->soc_children);
-        soc_info.soc_data->soc_clock_init();
+	soc_info.soc_data->soc_clock_init();
 
 	bus_generic_probe(dev);
 	bus_generic_attach(dev);


More information about the svn-src-all mailing list