Reformat blank lines.
[oota-llvm.git] / lib / CodeGen / MachineInstr.cpp
index f2984b2ae0e6e264cf9750f89a5e905b8d001eef..646216cb6df56a841a1bd74c3b8362d5fcd38d80 100644 (file)
@@ -1644,7 +1644,6 @@ void MachineInstr::print(raw_ostream &OS, ModuleSlotTracker &MST,
     FirstOp = false;
   }
 
-
   for (unsigned i = StartOp, e = getNumOperands(); i != e; ++i) {
     const MachineOperand &MO = getOperand(i);