Formatting.
authorEric Christopher <echristo@gmail.com>
Tue, 11 Jun 2013 23:41:38 +0000 (23:41 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 11 Jun 2013 23:41:38 +0000 (23:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183807 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DIE.h

index 887f1e4eace7c92d58af98aa78dff4530bdf2ecd..c29144d9ce2b10b1d914e671a279ebff093f7d43 100644 (file)
@@ -274,7 +274,7 @@ namespace llvm {
 
     /// getValue - Get MCSymbol.
     ///
-    const MCSymbol *getValue()       const { return Label; }
+    const MCSymbol *getValue() const { return Label; }
 
     /// SizeOf - Determine size of label value in bytes.
     ///