coding style fix
This commit is contained in:
parent
a2d9ff72aa
commit
e35d0e4aad
1 changed files with 3 additions and 4 deletions
|
@ -1259,8 +1259,7 @@ EffectFrame* EffectsHandlerImpl::effectFrame(EffectFrameStyle style, bool static
|
|||
|
||||
QVariant EffectsHandlerImpl::kwinOption(KWinOption kwopt)
|
||||
{
|
||||
switch (kwopt)
|
||||
{
|
||||
switch (kwopt) {
|
||||
case CloseButtonCorner:
|
||||
return Workspace::self()->decorationCloseButtonCorner();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue