Skip to content

Commit bd3ead0

Browse files
committed
Remove extra space
1 parent 472edfb commit bd3ead0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/cefweb/CWebCore.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@ bool CWebCore::GetGPUEnabled() const noexcept
879879
return m_bGPUEnabled;
880880
}
881881

882-
bool CWebCore::GetGPUCompositingEnabled() const noexcept
882+
bool CWebCore::GetGPUCompositingEnabled() const noexcept
883883
{
884884
return m_bGPUCompositingEnabled;
885885
}

0 commit comments

Comments
 (0)