]> granicus.if.org Git - llvm/commitdiff
Fix indentation.
authorAdrian Prantl <aprantl@apple.com>
Fri, 15 Sep 2017 18:35:37 +0000 (18:35 +0000)
committerAdrian Prantl <aprantl@apple.com>
Fri, 15 Sep 2017 18:35:37 +0000 (18:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@313375 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/DebugInfo/DIContext.h

index 7a016cec0c23225b1353feba4b5d2c39b35b500e..c7429069873b92ceb701f033553dee0131a2a2f8 100644 (file)
@@ -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 {