commit | a1e97a77f592a0f8606bbb74b2576021e5110cd6 | [log] [tgz] |
---|---|---|
author | NAKAMURA Takumi <geek4civic@gmail.com> | Mon Aug 28 06:47:47 2017 +0000 |
committer | NAKAMURA Takumi <geek4civic@gmail.com> | Mon Aug 28 06:47:47 2017 +0000 |
tree | 38f81faa2af7096a8291bea708468f19b5db4135 | |
parent | 2c03e53f4e241bee2d1b3103931be556a346cc82 [diff] [blame] |
Untabify. llvm-svn: 311875
diff --git a/llvm/lib/Support/Windows/Path.inc b/llvm/lib/Support/Windows/Path.inc index f82a6bc..daa5e9b 100644 --- a/llvm/lib/Support/Windows/Path.inc +++ b/llvm/lib/Support/Windows/Path.inc
@@ -253,7 +253,7 @@ } std::error_code create_hard_link(const Twine &to, const Twine &from) { - return create_link(to, from); + return create_link(to, from); } std::error_code remove(const Twine &path, bool IgnoreNonExisting) {