Author: zoltan
Date: 2008-02-19 19:00:35 -0500 (Tue, 19 Feb 2008)
New Revision: 96209

Modified:
   trunk/mono/mono/mini/mini-sparc.c
Log:
Fix some whitespace issues.


Modified: trunk/mono/mono/mini/mini-sparc.c
===================================================================
--- trunk/mono/mono/mini/mini-sparc.c   2008-02-19 23:59:22 UTC (rev 96208)
+++ trunk/mono/mono/mini/mini-sparc.c   2008-02-20 00:00:35 UTC (rev 96209)
@@ -992,9 +992,9 @@
        }
 
        /* Add a properly aligned dword for use by int<->float conversion 
opcodes */
-       offset += 8;
-       offset = ALIGN_TO (offset, 8);
-       cfg->arch.float_spill_slot_offset = offset;
+       offset += 8;
+       offset = ALIGN_TO (offset, 8);
+       cfg->arch.float_spill_slot_offset = offset;
 
        /* 
         * spillvars are stored between the normal locals and the storage 
reserved

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to