[Xfce4-commits] [apps/xfce4-screensaver] 61/425: fix indentation

noreply at xfce.org noreply at xfce.org
Mon Oct 15 01:48:28 CEST 2018


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

b   l   u   e   s   a   b   r   e       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/xfce4-screensaver.

commit ea114cb40c0ecd06ccc633d010b25d6101006645
Author: Nelson Marques <nmo.marques at gmail.com>
Date:   Wed Dec 5 16:48:53 2012 +0000

    fix indentation
---
 src/gs-listener-dbus.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gs-listener-dbus.c b/src/gs-listener-dbus.c
index 99e05df..1f759e0 100644
--- a/src/gs-listener-dbus.c
+++ b/src/gs-listener-dbus.c
@@ -2204,7 +2204,7 @@ gboolean
 gs_listener_acquire (GSListener *listener,
                      GError    **error)
 {
-        int       acquired;
+	int       acquired;
 	DBusError buserror;
 	gboolean  is_connected;
 
@@ -2340,7 +2340,7 @@ gs_listener_acquire (GSListener *listener,
 	}
 
 finish:
-        return (acquired != -1);
+	return (acquired != -1);
 }
 
 static char *

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


More information about the Xfce4-commits mailing list