Update formatting with clang-format.
authorBill Wendling <isanbard@gmail.com>
Sun, 20 Jul 2014 05:28:52 +0000 (05:28 +0000)
committerBill Wendling <isanbard@gmail.com>
Sun, 20 Jul 2014 05:28:52 +0000 (05:28 +0000)
llvm-svn: 213468

polly/lib/Analysis/ScopGraphPrinter.cpp

index d45d758..740e122 100644 (file)
@@ -91,7 +91,7 @@ struct DOTGraphTraits<ScopDetection *> : public DOTGraphTraits<RegionNode *> {
 
   std::string getNodeLabel(RegionNode *Node, ScopDetection *SD) {
     return DOTGraphTraits<RegionNode *>::getNodeLabel(
-      Node, reinterpret_cast<RegionNode *>(SD->getRI()->getTopLevelRegion()));
+        Node, reinterpret_cast<RegionNode *>(SD->getRI()->getTopLevelRegion()));
   }
 
   static std::string escapeString(std::string String) {