diff options
| author | Adrian Prantl <aprantl@apple.com> | 2017-09-15 18:35:37 +0000 |
|---|---|---|
| committer | Adrian Prantl <aprantl@apple.com> | 2017-09-15 18:35:37 +0000 |
| commit | ea857d4cb8922b046e1acadce494a2c6c9108cb4 (patch) | |
| tree | afb1983b5aba54b79adac10a72358a90063f0bd0 | |
| parent | 349746f044302eb4c793fbcb7e5fdbada6858cd9 (diff) | |
| download | bcm5719-llvm-ea857d4cb8922b046e1acadce494a2c6c9108cb4.tar.gz bcm5719-llvm-ea857d4cb8922b046e1acadce494a2c6c9108cb4.zip | |
Fix indentation.
llvm-svn: 313375
| -rw-r--r-- | llvm/include/llvm/DebugInfo/DIContext.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/include/llvm/DebugInfo/DIContext.h b/llvm/include/llvm/DebugInfo/DIContext.h index 7a016cec0c2..c7429069873 100644 --- a/llvm/include/llvm/DebugInfo/DIContext.h +++ b/llvm/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 { |

