]> granicus.if.org Git - llvm/commitdiff
Fix a few 'no newline at end of file' warnings that Xcode emits
authorNico Weber <nicolasweber@gmx.de>
Thu, 11 Jul 2019 15:26:45 +0000 (15:26 +0000)
committerNico Weber <nicolasweber@gmx.de>
Thu, 11 Jul 2019 15:26:45 +0000 (15:26 +0000)
(Xcode even has a snazzy "Fix" button, but clicking that inserts two
newlines. So close!)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@365789 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/DebugInfo/CodeView/ContinuationRecordBuilder.h
lib/DebugInfo/CodeView/DebugSymbolsSubsection.cpp

index cd67f783211e329d431963608c3a41d595cf9fff..53ab2dd04aa7d023badc947fae8b41cb1d530397 100644 (file)
@@ -61,4 +61,4 @@ public:
 } // namespace codeview
 } // namespace llvm
 
-#endif
\ No newline at end of file
+#endif
index 060eed7eafa0e1ad97a17bbf357e518611e781d5..c833103663e4fa602b5bc69d360c00c78235eee4 100644 (file)
@@ -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
+}