Cleanup even more poorly introduced whitespace.
authorJon Loeliger <jdl@freescale.com>
Tue, 22 Aug 2006 23:26:08 +0000 (18:26 -0500)
committerJon Loeliger <jdl@freescale.com>
Tue, 22 Aug 2006 23:26:08 +0000 (18:26 -0500)
include/mpc86xx.h

index 4edeae1..bc8ba3f 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright 2006 Freescale Semiconductor.
- * Jeffrey Brown (jeffrey@freescale.com)
+ * Jeffrey Brown
  * Srikanth Srinivasan (srikanth.srinivasan@freescale.com)
  */
 
 
 #ifndef __ASSEMBLY__
 
-typedef struct
-{
-  unsigned long freqProcessor;
-  unsigned long freqSystemBus;
+typedef struct {
+       unsigned long freqProcessor;
+       unsigned long freqSystemBus;
 } MPC86xx_SYS_INFO;
 
 #define l1icache_enable        icache_enable
@@ -115,5 +114,3 @@ static __inline__ unsigned long get_l2cr (void)
 
 #endif  /* _ASMLANGUAGE */
 #endif /* __MPC86xx_H__ */
-
-