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);
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"