ppc4xx: Fix problem in PLL clock calculation
[platform/kernel/u-boot.git] / lib_generic / ldiv.c
index 437b160..5d231a2 100644 (file)
@@ -17,8 +17,8 @@
    Boston, MA 02111-1307, USA.  */
 
 typedef struct {
-        long    quot;
-        long    rem;
+       long    quot;
+       long    rem;
 } ldiv_t;
 /* Return the `ldiv_t' representation of NUMER over DENOM.  */
 ldiv_t