diff options
author | Nico Weber <nicolasweber@gmx.de> | 2019-07-11 15:26:45 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2019-07-11 15:26:45 +0000 |
commit | 96dff91998572f4365dac76aacaf297ef3d6794f (patch) | |
tree | 1ada9fdfda69447b1a0f47159ba1778dfa1d93af /llvm/lib/DebugInfo/CodeView/DebugSymbolsSubsection.cpp | |
parent | 296a80102a9b72c3eda80558fb78a3ed8849b341 (diff) | |
download | llvm-96dff91998572f4365dac76aacaf297ef3d6794f.zip llvm-96dff91998572f4365dac76aacaf297ef3d6794f.tar.gz llvm-96dff91998572f4365dac76aacaf297ef3d6794f.tar.bz2 |
Fix a few 'no newline at end of file' warnings that Xcode emits
(Xcode even has a snazzy "Fix" button, but clicking that inserts two
newlines. So close!)
llvm-svn: 365789
Diffstat (limited to 'llvm/lib/DebugInfo/CodeView/DebugSymbolsSubsection.cpp')
-rw-r--r-- | llvm/lib/DebugInfo/CodeView/DebugSymbolsSubsection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/DebugInfo/CodeView/DebugSymbolsSubsection.cpp b/llvm/lib/DebugInfo/CodeView/DebugSymbolsSubsection.cpp index 060eed7..c833103 100644 --- a/llvm/lib/DebugInfo/CodeView/DebugSymbolsSubsection.cpp +++ b/llvm/lib/DebugInfo/CodeView/DebugSymbolsSubsection.cpp @@ -30,4 +30,4 @@ Error DebugSymbolsSubsection::commit(BinaryStreamWriter &Writer) const { void DebugSymbolsSubsection::addSymbol(CVSymbol Symbol) { Records.push_back(Symbol); Length += Symbol.length(); -}
\ No newline at end of file +} |