diff options
| author | Kazu Hirata <kazu@google.com> | 2022-08-20 21:18:23 -0700 |
|---|---|---|
| committer | Kazu Hirata <kazu@google.com> | 2022-08-20 21:18:23 -0700 |
| commit | ce377df57ee5c72f05f2d60d4850de01a5456685 (patch) | |
| tree | 67008f0316251db9073fa726de1dd07d4adc2f81 /lldb/source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.cpp | |
| parent | dad00daa7a0a656640f7579c2c21933ef97a1978 (diff) | |
Ensure newlines at the end of files (NFC)
Diffstat (limited to 'lldb/source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.cpp')
| -rw-r--r-- | lldb/source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.cpp b/lldb/source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.cpp index d98e3c4c761a..3c10d4aa314b 100644 --- a/lldb/source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.cpp +++ b/lldb/source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.cpp @@ -745,4 +745,4 @@ lldb_private::npdb::GetRegisterSize(llvm::codeview::RegisterId register_id) { default: return 0; } -}
\ No newline at end of file +} |
