Formatting.
authorEric Christopher <echristo@apple.com>
Tue, 11 Oct 2011 22:59:04 +0000 (22:59 +0000)
committerEric Christopher <echristo@apple.com>
Tue, 11 Oct 2011 22:59:04 +0000 (22:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141728 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/SelectionDAG.cpp

index 6a549e8760a82de82a3128ae2a41476c1f790234..d9d0d2709c32f51861c3c3af7ee2a393881f8908 100644 (file)
@@ -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;