Minor formatting fix. NFC
[oota-llvm.git] / include / llvm / CodeGen / SelectionDAGNodes.h
index 66ed5703fe116971e5225a2caf59eea8606f2e8b..e8f63b2d928e2ed0741695d5fc70f3830b2e0a56 100644 (file)
@@ -664,7 +664,7 @@ public:
   /// to which the glue operand points. Otherwise return NULL.
   SDNode *getGluedNode() const {
     if (getNumOperands() != 0 &&
-      getOperand(getNumOperands()-1).getValueType() == MVT::Glue)
+        getOperand(getNumOperands()-1).getValueType() == MVT::Glue)
       return getOperand(getNumOperands()-1).getNode();
     return nullptr;
   }