diff mbox

Patch committed: Fix indentation

Message ID mcrlj73ukgb.fsf@google.com
State New
Headers show

Commit Message

Ian Lance Taylor Sept. 15, 2010, 2:53 p.m. UTC
I noticed a minor case in i386.md where the indentation was wrong.
Patch bootstrapped and tested on x86_64-unknown-linux-gnu.  Committed as
obvious.

Ian


2010-09-15  Ian Lance Taylor  <iant@google.com>

	* config/i386/i386.md (truncxf<mode>2): Fix indentation.
diff mbox

Patch

Index: config/i386/i386.md
===================================================================
--- config/i386/i386.md	(revision 164305)
+++ config/i386/i386.md	(working copy)
@@ -4336,9 +4336,9 @@ 
     }
   else
     {
-     enum ix86_stack_slot slot = (virtuals_instantiated
-				  ? SLOT_TEMP
-				  : SLOT_VIRTUAL);
+      enum ix86_stack_slot slot = (virtuals_instantiated
+				   ? SLOT_TEMP
+				   : SLOT_VIRTUAL);
       operands[2] = assign_386_stack_local (<MODE>mode, slot);
     }
 })