[Xfce4-commits] [xfce/xfwm4] 07/07: Trivial code reformatting
noreply at xfce.org
noreply at xfce.org
Fri Feb 6 22:23:12 CET 2015
This is an automated email from the git hooks/post-receive script.
olivier pushed a commit to branch master
in repository xfce/xfwm4.
commit 90bcaf59d5888c9de1700ba4f2dd288042ab1044
Author: Olivier Fourdan <fourdan at xfce.org>
Date: Fri Feb 6 22:16:39 2015 +0100
Trivial code reformatting
Signed-off-by: Olivier Fourdan <fourdan at xfce.org>
---
src/focus.c | 2 +-
src/wireframe.c | 5 +++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/focus.c b/src/focus.c
index 11723b9..0a8f333 100644
--- a/src/focus.c
+++ b/src/focus.c
@@ -763,7 +763,7 @@ delayed_focus_cb (gpointer data)
void
clientClearDelayedFocus (void)
{
- if(focus_timeout)
+ if (focus_timeout)
{
g_source_remove (focus_timeout);
focus_timeout = 0;
diff --git a/src/wireframe.c b/src/wireframe.c
index e2611f2..bf272f2 100644
--- a/src/wireframe.c
+++ b/src/wireframe.c
@@ -238,8 +238,9 @@ wireframeCreate (Client *c)
{
xvisual = xvisual_info.visual;
depth = xvisual_info.depth;
- wireframe->xcolormap = XCreateColormap (myScreenGetXDisplay (screen_info), screen_info->xroot,
- xvisual, AllocNone);
+ wireframe->xcolormap = XCreateColormap (myScreenGetXDisplay (screen_info),
+ screen_info->xroot,
+ xvisual, AllocNone);
}
else
{
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list