[Xfce4-commits] [apps/xfdashboard] 01/01: Fix indention

noreply at xfce.org noreply at xfce.org
Mon Mar 26 08:07:18 CEST 2018


This is an automated email from the git hooks/post-receive script.

n   o   m   a   d       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository apps/xfdashboard.

commit fad37c87c85985fa5f42a115446f7e96472ef77b
Author: Stephan Haller <nomad at froevel.de>
Date:   Mon Mar 26 08:07:10 2018 +0200

    Fix indention
---
 libxfdashboard/live-window-simple.c            | 2 +-
 libxfdashboard/live-window.c                   | 2 +-
 libxfdashboard/x11/window-tracker-window-x11.c | 8 ++++----
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/libxfdashboard/live-window-simple.c b/libxfdashboard/live-window-simple.c
index ea85363..e5e79b9 100644
--- a/libxfdashboard/live-window-simple.c
+++ b/libxfdashboard/live-window-simple.c
@@ -338,7 +338,7 @@ static void _xfdashboard_live_window_simple_get_preferred_width(ClutterActor *se
 				XFDASHBOARD_IS_WINDOW_CONTENT(content))
 			{
 				if(clutter_content_get_preferred_size(content, &childNaturalWidth, NULL)) windowWidth=childNaturalWidth;
-								XFDASHBOARD_DEBUG(self, WINDOWS,
+				XFDASHBOARD_DEBUG(self, WINDOWS,
 									"Using fallback method to determine preferred width for window '%s'",
 									xfdashboard_window_tracker_window_get_name(priv->window));
 			}
diff --git a/libxfdashboard/live-window.c b/libxfdashboard/live-window.c
index 6af3af4..cc049ab 100644
--- a/libxfdashboard/live-window.c
+++ b/libxfdashboard/live-window.c
@@ -680,7 +680,7 @@ static void _xfdashboard_live_window_get_preferred_width(ClutterActor *self,
 			clutter_actor_get_preferred_width(child,
 												inForHeight,
 												&childMinWidth,
-												 &childNaturalWidth);
+												&childNaturalWidth);
 			if(childMinWidth>minWidth) minWidth=childMinWidth;
 			if(childNaturalWidth>naturalWidth) naturalWidth=childNaturalWidth;
 		}
diff --git a/libxfdashboard/x11/window-tracker-window-x11.c b/libxfdashboard/x11/window-tracker-window-x11.c
index f58db5d..d5ec7b0 100644
--- a/libxfdashboard/x11/window-tracker-window-x11.c
+++ b/libxfdashboard/x11/window-tracker-window-x11.c
@@ -820,10 +820,10 @@ static gboolean _xfdashboard_window_tracker_window_x11_window_tracker_window_is_
 
 /* Get geometry (position and size) of window */
 static void _xfdashboard_window_tracker_window_x11_window_tracker_window_get_geometry(XfdashboardWindowTrackerWindow *inWindow,
-																				gint *outX,
-																				gint *outY,
-																				gint *outWidth,
-																				gint *outHeight)
+																						gint *outX,
+																						gint *outY,
+																						gint *outWidth,
+																						gint *outHeight)
 {
 	XfdashboardWindowTrackerWindowX11			*self;
 	XfdashboardWindowTrackerWindowX11Private	*priv;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list