kwin: correct cases indendation in Oxygen::Factory::supports()

the oxygen style source and header files format is wonky

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2022-12-11 06:00:46 +02:00
parent f9c0870657
commit 0748256390

View file

@ -129,19 +129,19 @@ namespace Oxygen
// compositing
case AbilityProvidesShadow:
return true;
return true;
case AbilityUsesAlphaChannel:
case AbilityAnnounceAlphaChannel:
return true;
return true;
// tabs
case AbilityTabbing:
return true;
return true;
// no colors supported at this time
default:
return false;
return false;
};
}