SVN_SILENT Small readability fix
svn path=/trunk/KDE/kdebase/workspace/; revision=1123126
This commit is contained in:
parent
b87fa7ef41
commit
20b419cb47
1 changed files with 3 additions and 1 deletions
|
@ -82,7 +82,9 @@ void Workspace::slotToggleTiling()
|
|||
|
||||
void Workspace::createTile( Client *c )
|
||||
{
|
||||
if( c == NULL ) return;
|
||||
if( c == NULL )
|
||||
return;
|
||||
|
||||
if( c->desktop() < 0 || c->desktop() >= tilingLayouts.size() ) return;
|
||||
|
||||
kDebug(1212) << "Now tiling " << c->caption();
|
||||
|
|
Loading…
Reference in a new issue