summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2022-08-20 21:18:23 -0700
committerKazu Hirata <kazu@google.com>2022-08-20 21:18:23 -0700
commitce377df57ee5c72f05f2d60d4850de01a5456685 (patch)
tree67008f0316251db9073fa726de1dd07d4adc2f81 /lldb/source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.cpp
parentdad00daa7a0a656640f7579c2c21933ef97a1978 (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.cpp2
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
+}