workspace: Clean up code style

This commit is contained in:
Jasper St. Pierre 2014-09-04 13:55:51 -07:00
parent b3b9d9e161
commit d79db68bf8

View File

@ -1159,11 +1159,8 @@ meta_workspace_focus_default_window (MetaWorkspace *workspace,
guint32 timestamp) guint32 timestamp)
{ {
if (timestamp == CurrentTime) if (timestamp == CurrentTime)
{
meta_warning ("CurrentTime used to choose focus window; " meta_warning ("CurrentTime used to choose focus window; "
"focus window may not be correct.\n"); "focus window may not be correct.\n");
}
if (meta_prefs_get_focus_mode () == G_DESKTOP_FOCUS_MODE_CLICK || if (meta_prefs_get_focus_mode () == G_DESKTOP_FOCUS_MODE_CLICK ||
!workspace->screen->display->mouse_mode) !workspace->screen->display->mouse_mode)