workspaceThumbnail: Fix trailing whitespace

This commit is contained in:
Jasper St. Pierre 2013-07-30 18:42:11 -04:00
parent 8dfcee9039
commit f06dba5007

View File

@ -742,7 +742,7 @@ const ThumbnailsBox = new Lang.Class({
// If the window is attached to an ancestor, we don't need/want to move it
if (!!win.meta_window.get_transient_for())
return false;
if (isWindow)
return win.get_workspace() >= newWorkspaceIndex && win != source;
else