Kaydet (Commit) 303380be authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:unnecessaryparen (clang-cl)

Change-Id: I5335d639cddb07ad442d1e09f2d2ac694c38ccaf
üst c856ae17
......@@ -403,7 +403,7 @@ sal_Int16 SAL_CALL Player::getVolumeDB( )
{
::osl::MutexGuard aGuard(m_aMutex);
return( static_cast< sal_Int16 >( mnUnmutedVolume / 100 ) );
return static_cast< sal_Int16 >( mnUnmutedVolume / 100 );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment