[Xfce4-commits] r26365 - xfwm4/branches/xfce_4_4/src
Olivier Fourdan
olivier at xfce.org
Sat Nov 17 21:37:15 CET 2007
Author: olivier
Date: 2007-11-17 20:37:15 +0000 (Sat, 17 Nov 2007)
New Revision: 26365
Modified:
xfwm4/branches/xfce_4_4/src/client.c
Log:
Minor indentation fix
Modified: xfwm4/branches/xfce_4_4/src/client.c
===================================================================
--- xfwm4/branches/xfce_4_4/src/client.c 2007-11-17 20:36:36 UTC (rev 26364)
+++ xfwm4/branches/xfce_4_4/src/client.c 2007-11-17 20:37:15 UTC (rev 26365)
@@ -4956,7 +4956,7 @@
status = EVENT_FILTER_STOP;
pressed = TRUE;
- switch (xevent->type)
+ switch (xevent->type)
{
case EnterNotify:
if ((xevent->xcrossing.mode != NotifyGrab) && (xevent->xcrossing.mode != NotifyUngrab))
More information about the Xfce4-commits
mailing list