~ubuntu-branches/ubuntu/precise/kde-workspace/precise-security

« back to all changes in this revision

Viewing changes to kwin/tilinglayout.cpp

Tags: upstream-4.7.2
Import upstream version 4.7.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
214
214
void TilingLayout::commit()
215
215
{
216
216
    foreach (Tile * t, m_tiles)
217
 
    t->commit();
 
217
        t->commit();
218
218
}
219
219
 
220
220
/*