From 1e3e40b8c2a610d722ad5474b7027c5c2c86ac6a Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Tue, 10 Feb 2015 23:18:15 +0000 Subject: [PATCH 1/1] Fix indentation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228763 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/AsmPrinter/DwarfExpression.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CodeGen/AsmPrinter/DwarfExpression.h b/lib/CodeGen/AsmPrinter/DwarfExpression.h index 14e07fcdb98..d4062e8e3bc 100644 --- a/lib/CodeGen/AsmPrinter/DwarfExpression.h +++ b/lib/CodeGen/AsmPrinter/DwarfExpression.h @@ -96,7 +96,7 @@ public: /// Emit a the operations remaining the DIExpressionIterator I. /// \param PieceOffsetInBits If this is one piece out of a fragmented /// location, this is the offset of the piece inside the entire variable. -void AddExpression(DIExpression::iterator I, unsigned PieceOffsetInBits = 0); + void AddExpression(DIExpression::iterator I, unsigned PieceOffsetInBits = 0); }; /// DwarfExpression implementation for .debug_loc entries. -- 2.34.1