From 9548c42b71893bb27bf747276eb7ce2046658758 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20D=C3=A9chelotte?= Date: Fri, 12 Apr 2013 01:42:30 +0200 Subject: [PATCH] Fix leading spaces in comment (trivial) --- src/appicon.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/appicon.c b/src/appicon.c index 573344c2..e969d39f 100644 --- a/src/appicon.c +++ b/src/appicon.c @@ -764,12 +764,12 @@ void appIconMouseDown(WObjDescriptor * desc, XEvent * event) WMHandleEvent(&ev); break; - case EnterNotify: - /* It means the cursor moved so fast that it entered - * something else (if moving slowly, it would have - * stayed in the appIcon that is being moved. Ignore - * such "spurious" EnterNotifiy's */ - break; + case EnterNotify: + /* It means the cursor moved so fast that it entered + * something else (if moving slowly, it would have + * stayed in the appIcon that is being moved. Ignore + * such "spurious" EnterNotifiy's */ + break; case MotionNotify: hasMoved = True;