From ab804ca68c1629ff0a226b0f1b503c8cc3be5cc2 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Fri, 15 Sep 2017 18:35:37 +0000 Subject: [PATCH] Fix indentation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@313375 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/DebugInfo/DIContext.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 { -- 2.50.1