From: Dan Gohman Date: Mon, 27 Sep 2010 14:44:14 +0000 (+0000) Subject: Fix indentation. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=640e74207eb75ebc1f22b3cf1c1c39b32bbf232d;p=oota-llvm.git Fix indentation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114827 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/GraphWriter.h b/include/llvm/Support/GraphWriter.h index 287c5ba01ee..07937ce36ca 100644 --- a/include/llvm/Support/GraphWriter.h +++ b/include/llvm/Support/GraphWriter.h @@ -89,8 +89,8 @@ class GraphWriter { public: GraphWriter(raw_ostream &o, const GraphType &g, bool SN) : O(o), G(g) { - DTraits = DOTTraits(SN); -} + DTraits = DOTTraits(SN); + } void writeHeader(const std::string &Name) { std::string GraphName = DTraits.getGraphName(G);