]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - lib_generic/ldiv.c
Merge branch 'master' of git+ssh://10.10.0.7/home/wd/git/u-boot/master
[people/ms/u-boot.git] / lib_generic / ldiv.c
index 437b1604cdc1d577cfac26285844cfb0673709ce..5d231a2a65d486f11487f21bb1cd69a823fdf7ed 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