From: Jon Loeliger Date: Tue, 22 Aug 2006 23:26:08 +0000 (-0500) Subject: Cleanup even more poorly introduced whitespace. X-Git-Tag: U-Boot-1_1_6~20^2~3^2~31^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b93775c2036b99baa390ea425c4771895bbc63c4;p=u-boot Cleanup even more poorly introduced whitespace. --- diff --git a/include/mpc86xx.h b/include/mpc86xx.h index 4edeae1647..bc8ba3f2da 100644 --- a/include/mpc86xx.h +++ b/include/mpc86xx.h @@ -1,6 +1,6 @@ /* * Copyright 2006 Freescale Semiconductor. - * Jeffrey Brown (jeffrey@freescale.com) + * Jeffrey Brown * Srikanth Srinivasan (srikanth.srinivasan@freescale.com) */ @@ -70,10 +70,9 @@ #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__ */ - -