Skip to content

Commit

Permalink
Formatting code
Browse files Browse the repository at this point in the history
  • Loading branch information
jimwang118 committed Jul 29, 2024
1 parent 0f95852 commit f93930d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/vcpkg/vcpkgpaths.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1258,9 +1258,9 @@ namespace vcpkg
}

bool VcpkgPaths::manifest_mode_enabled() const
{
if (!m_pimpl->m_manifest_dir.empty() &&
m_pimpl->m_global_config.native().find(m_pimpl->m_manifest_dir.native()) ==std::string::npos)
{
if (!m_pimpl->m_manifest_dir.empty() &&
m_pimpl->m_global_config.native().find(m_pimpl->m_manifest_dir.native()) == std::string::npos)
{
return true;
}
Expand Down

0 comments on commit f93930d

Please sign in to comment.