Reformat some stuff I missed in recent previous commits
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfDebug.h
index b918a04563558698d5a5700676b6aa0e744af0f7..0b2a2ff82634d7f0f9b18ea767b17de5af88c28f 100644 (file)
@@ -660,10 +660,12 @@ public:
   const MCSymbol *getFunctionBeginSym() const { return FunctionBeginSym; }
   const MCSymbol *getFunctionEndSym() const { return FunctionEndSym; }
 
-  iterator_range<ImportedEntityMap::const_iterator> findImportedEntitiesForScope(const MDNode *Scope) const {
+  iterator_range<ImportedEntityMap::const_iterator>
+  findImportedEntitiesForScope(const MDNode *Scope) const {
     return make_range(std::equal_range(
         ScopesWithImportedEntities.begin(), ScopesWithImportedEntities.end(),
-        std::pair<const MDNode *, const MDNode *>(Scope, nullptr), less_first()));
+        std::pair<const MDNode *, const MDNode *>(Scope, nullptr),
+        less_first()));
   }
 
   /// \brief A helper function to check whether the DIE for a given Scope is