fix misleading indendation
This commit is contained in:
parent
754b90c72f
commit
e323e62202
1 changed files with 1 additions and 1 deletions
|
@ -504,7 +504,7 @@ void PresentWindowsEffect::slotWindowFrameGeometryChanged(EffectWindow* w, const
|
|||
return;
|
||||
if (!m_windowData.contains(w))
|
||||
return;
|
||||
rearrangeWindows();
|
||||
rearrangeWindows();
|
||||
}
|
||||
|
||||
bool PresentWindowsEffect::borderActivated(ElectricBorder border)
|
||||
|
|
Loading…
Reference in a new issue