Fix indentation.
authorAdrian Prantl <aprantl@apple.com>
Tue, 10 Feb 2015 23:18:15 +0000 (23:18 +0000)
committerAdrian Prantl <aprantl@apple.com>
Tue, 10 Feb 2015 23:18:15 +0000 (23:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228763 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfExpression.h

index 14e07fcdb98ba41b8b0b3c35a0a25ac93fc4401f..d4062e8e3bc6cd9239aa0f73f440187411da39f3 100644 (file)
@@ -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.