[llvm] r313375 - Fix indentation.

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 15 11:35:37 PDT 2017


Author: adrian
Date: Fri Sep 15 11:35:37 2017
New Revision: 313375

URL: http://llvm.org/viewvc/llvm-project?rev=313375&view=rev
Log:
Fix indentation.

Modified:
    llvm/trunk/include/llvm/DebugInfo/DIContext.h

Modified: llvm/trunk/include/llvm/DebugInfo/DIContext.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/DebugInfo/DIContext.h?rev=313375&r1=313374&r2=313375&view=diff
==============================================================================
--- llvm/trunk/include/llvm/DebugInfo/DIContext.h (original)
+++ llvm/trunk/include/llvm/DebugInfo/DIContext.h Fri Sep 15 11:35:37 2017
@@ -138,10 +138,10 @@ enum DIDumpType : unsigned {
 /// Container for dump options that control which debug information will be
 /// dumped.
 struct DIDumpOptions {
-    unsigned DumpType = DIDT_All;
-    bool DumpEH = false;
-    bool SummarizeTypes = false;
-    bool Verbose = false;
+  unsigned DumpType = DIDT_All;
+  bool DumpEH = false;
+  bool SummarizeTypes = false;
+  bool Verbose = false;
 };
 
 class DIContext {




More information about the llvm-commits mailing list