Explorar el Código

Cleanup even more poorly introduced whitespace.

Jon Loeliger hace 18 años
padre
commit
b93775c203
Se han modificado 1 ficheros con 4 adiciones y 7 borrados
  1. 4 7
      include/mpc86xx.h

+ 4 - 7
include/mpc86xx.h

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