fix misleading indendation

This commit is contained in:
David Edmundson 2020-03-24 13:10:36 +00:00
parent 754b90c72f
commit e323e62202

View file

@ -504,7 +504,7 @@ void PresentWindowsEffect::slotWindowFrameGeometryChanged(EffectWindow* w, const
return;
if (!m_windowData.contains(w))
return;
rearrangeWindows();
rearrangeWindows();
}
bool PresentWindowsEffect::borderActivated(ElectricBorder border)