diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-09-28 15:34:10 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-09-29 15:02:56 -0700 |
| commit | 033f577c51c1e830fb27048c561ff76985855b2d (patch) | |
| tree | 14abc8d43502f45e1848cbe8dd71152f6b5e4f90 | |
| parent | fb1130876f228464254e3e818fae42445405f6ed (diff) | |
| download | vcpkg-033f577c51c1e830fb27048c561ff76985855b2d.tar.gz vcpkg-033f577c51c1e830fb27048c561ff76985855b2d.zip | |
Fix formatting
| -rw-r--r-- | toolsrc/src/post_build_lint.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/toolsrc/src/post_build_lint.cpp b/toolsrc/src/post_build_lint.cpp index 1d4ca0f67..15e30ed4f 100644 --- a/toolsrc/src/post_build_lint.cpp +++ b/toolsrc/src/post_build_lint.cpp @@ -71,12 +71,10 @@ namespace vcpkg System::println(System::color::warning, "Include files should not be duplicated into the /debug/include directory. If this cannot be disabled in the project cmake, use\n" " file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)" ); - return - lint_status::ERROR; + return lint_status::ERROR; } - return - lint_status::SUCCESS; + return lint_status::SUCCESS; } static lint_status check_for_files_in_debug_share_directory(const package_spec& spec, const vcpkg_paths& paths) |
