From: Ted Kremenek Date: Mon, 10 Dec 2007 18:01:25 +0000 (+0000) Subject: Added newline to end of file. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1f2c7d110de6d3c568ab3841a31d76b9148393ac;p=clang Added newline to end of file. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44797 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Basic/SourceManager.cpp b/Basic/SourceManager.cpp index 15c2ce8dc5..bfa77923b0 100644 --- a/Basic/SourceManager.cpp +++ b/Basic/SourceManager.cpp @@ -552,4 +552,4 @@ SourceManager::CreateAndRegister(llvm::Deserializer& D, FileManager& FMgr){ M->MacroIDs.push_back(MacroIDInfo::ReadVal(D)); return M; -} \ No newline at end of file +}