From: Chandler Carruth Date: Sat, 19 Jan 2019 06:36:08 +0000 (+0000) Subject: Convert two more files that were using Windows line endings and remove X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=35b90059ab24fd5f70a3ccbfde019b0a8d06aeb4;p=clang Convert two more files that were using Windows line endings and remove a stray single '\r' from one file. These are the last line ending issues I can find in the files containing parts of LLVM's file headers. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@351634 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Basic/Targets/ARC.cpp b/lib/Basic/Targets/ARC.cpp index 2159ab8e20..565f55cca6 100644 --- a/lib/Basic/Targets/ARC.cpp +++ b/lib/Basic/Targets/ARC.cpp @@ -22,4 +22,4 @@ using namespace clang::targets; void ARCTargetInfo::getTargetDefines(const LangOptions &Opts, MacroBuilder &Builder) const { Builder.defineMacro("__arc__"); -} +}