Skip to content

Commit

Permalink
Remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
Lpsd committed Oct 20, 2024
1 parent 472edfb commit bd3ead0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/cefweb/CWebCore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ bool CWebCore::GetGPUEnabled() const noexcept
return m_bGPUEnabled;
}

bool CWebCore::GetGPUCompositingEnabled() const noexcept
bool CWebCore::GetGPUCompositingEnabled() const noexcept
{
return m_bGPUCompositingEnabled;
}

0 comments on commit bd3ead0

Please sign in to comment.