From: Adrian Prantl Date: Fri, 15 Sep 2017 18:35:37 +0000 (+0000) Subject: Fix indentation. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab804ca68c1629ff0a226b0f1b503c8cc3be5cc2;p=llvm Fix indentation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@313375 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/DebugInfo/DIContext.h b/include/llvm/DebugInfo/DIContext.h index 7a016cec0c2..c7429069873 100644 --- a/include/llvm/DebugInfo/DIContext.h +++ b/include/llvm/DebugInfo/DIContext.h @@ -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 {