diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2017-08-28 06:47:47 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2017-08-28 06:47:47 +0000 |
commit | a1e97a77f592a0f8606bbb74b2576021e5110cd6 (patch) | |
tree | 38f81faa2af7096a8291bea708468f19b5db4135 /llvm/lib/Support/Windows | |
parent | 2c03e53f4e241bee2d1b3103931be556a346cc82 (diff) | |
download | bcm5719-llvm-a1e97a77f592a0f8606bbb74b2576021e5110cd6.tar.gz bcm5719-llvm-a1e97a77f592a0f8606bbb74b2576021e5110cd6.zip |
Untabify.
llvm-svn: 311875
Diffstat (limited to 'llvm/lib/Support/Windows')
-rw-r--r-- | llvm/lib/Support/Windows/Path.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/Windows/Path.inc b/llvm/lib/Support/Windows/Path.inc index f82a6bc07bd..daa5e9bf13c 100644 --- a/llvm/lib/Support/Windows/Path.inc +++ b/llvm/lib/Support/Windows/Path.inc @@ -253,7 +253,7 @@ std::error_code create_link(const Twine &to, const Twine &from) { } 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) { |