[mutter] workspace: Clean up code style
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter] workspace: Clean up code style
- Date: Thu, 4 Sep 2014 20:57:51 +0000 (UTC)
commit d79db68bf81669d1606eb1ca2e46ea84a0fe0786
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Thu Sep 4 13:55:51 2014 -0700
workspace: Clean up code style
src/core/workspace.c | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/src/core/workspace.c b/src/core/workspace.c
index 9b2eeba..2248f70 100644
--- a/src/core/workspace.c
+++ b/src/core/workspace.c
@@ -1159,11 +1159,8 @@ meta_workspace_focus_default_window (MetaWorkspace *workspace,
guint32 timestamp)
{
if (timestamp == CurrentTime)
- {
- meta_warning ("CurrentTime used to choose focus window; "
- "focus window may not be correct.\n");
- }
-
+ meta_warning ("CurrentTime used to choose focus window; "
+ "focus window may not be correct.\n");
if (meta_prefs_get_focus_mode () == G_DESKTOP_FOCUS_MODE_CLICK ||
!workspace->screen->display->mouse_mode)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]