Reformat linebreaks.
[oota-llvm.git] / include / llvm / Support / GenericDomTreeConstruction.h
index 7c065f939256bf8fbf5aff51517a062d891db069..55e931307f6f83c52a72ca278dece675921eb71f 100644 (file)
@@ -21,7 +21,6 @@
 ///
 //===----------------------------------------------------------------------===//
 
-
 #ifndef LLVM_SUPPORT_GENERICDOMTREECONSTRUCTION_H
 #define LLVM_SUPPORT_GENERICDOMTREECONSTRUCTION_H
 
@@ -287,7 +286,6 @@ void Calculate(DominatorTreeBase<typename GraphTraits<NodeT>::NodeType>& DT,
 
   DT.updateDFSNumbers();
 }
-
 }
 
 #endif