diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-28 12:38:13 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-28 12:44:23 -0700 |
| commit | 8a1e0b144c26dd7e6e29a9b230936169ca595fed (patch) | |
| tree | 5ffbe2bd71424696450b01fa7b2276718b15f8c2 /toolsrc/src/vcpkg_Files.cpp | |
| parent | 5d3f6a79b441b6a614debd63c9990170eb772625 (diff) | |
| download | vcpkg-8a1e0b144c26dd7e6e29a9b230936169ca595fed.tar.gz vcpkg-8a1e0b144c26dd7e6e29a9b230936169ca595fed.zip | |
[clang-format] Increase PenaltyReturnTypeOnItsOwnLine
Diffstat (limited to 'toolsrc/src/vcpkg_Files.cpp')
| -rw-r--r-- | toolsrc/src/vcpkg_Files.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/toolsrc/src/vcpkg_Files.cpp b/toolsrc/src/vcpkg_Files.cpp index 385e95f27..17aa2997a 100644 --- a/toolsrc/src/vcpkg_Files.cpp +++ b/toolsrc/src/vcpkg_Files.cpp @@ -148,8 +148,10 @@ namespace vcpkg::Files { fs::stdfs::copy(oldpath, newpath, opts); } - virtual bool - copy_file(const fs::path& oldpath, const fs::path& newpath, fs::copy_options opts, std::error_code& ec) override + virtual bool copy_file(const fs::path& oldpath, + const fs::path& newpath, + fs::copy_options opts, + std::error_code& ec) override { return fs::stdfs::copy_file(oldpath, newpath, opts, ec); } |
