commit | 466f8843f526b03c8944a46af5ebb374133b5389 | [log] [tgz] |
---|---|---|
author | Jim Lin <tclin914@gmail.com> | Tue Feb 18 10:48:38 2020 +0800 |
committer | Jim Lin <tclin914@gmail.com> | Tue Feb 18 10:49:13 2020 +0800 |
tree | cc70f008c07ca4995549aa8003240a42a0de5f14 | |
parent | fa75bffbbbcf400217583f1afed9ec875b395bed [diff] [blame] |
[NFC] Remove trailing space sed -Ei 's/[[:space:]]+$//' include/**/*.{def,h,td} lib/**/*.{cpp,h,td}
diff --git a/llvm/lib/Support/Host.cpp b/llvm/lib/Support/Host.cpp index cafdc2f..955c1b3 100644 --- a/llvm/lib/Support/Host.cpp +++ b/llvm/lib/Support/Host.cpp
@@ -1255,7 +1255,7 @@ return "swift"; default:; } - + return "generic"; } #else