From: Eric Christopher Date: Tue, 11 Oct 2011 22:59:04 +0000 (+0000) Subject: Formatting. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5ba7b501fd4b88e3fea590499e9464b4b2c153a4;p=oota-llvm.git Formatting. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141728 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/lib/CodeGen/SelectionDAG/SelectionDAG.cpp index 6a549e8760a..d9d0d2709c3 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAG.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAG.cpp @@ -6351,8 +6351,7 @@ void SDNode::print(raw_ostream &OS, const SelectionDAG *G) const { static void printrWithDepthHelper(raw_ostream &OS, const SDNode *N, const SelectionDAG *G, unsigned depth, - unsigned indent) -{ + unsigned indent) { if (depth == 0) return;