[llvm] r183807 - Formatting.

Eric Christopher echristo at gmail.com
Tue Jun 11 16:41:39 PDT 2013


Author: echristo
Date: Tue Jun 11 18:41:38 2013
New Revision: 183807

URL: http://llvm.org/viewvc/llvm-project?rev=183807&view=rev
Log:
Formatting.

Modified:
    llvm/trunk/lib/CodeGen/AsmPrinter/DIE.h

Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DIE.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DIE.h?rev=183807&r1=183806&r2=183807&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DIE.h (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DIE.h Tue Jun 11 18:41:38 2013
@@ -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.
     ///





More information about the llvm-commits mailing list