[Xfce4-commits] [xfce/xfce4-power-manager] 01/01: Fix indentation

noreply at xfce.org noreply at xfce.org
Sun Jan 5 19:14:37 CET 2020


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

o   c   h   o   s   i       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 xfce/xfce4-power-manager.

commit 5a32cb254f0cfdf0b2a35067a435ab1d2b3c50b8
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Sun Jan 5 19:14:28 2020 +0100

    Fix indentation
---
 common/xfpm-brightness.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/common/xfpm-brightness.c b/common/xfpm-brightness.c
index 50e9411..59cb4ac 100644
--- a/common/xfpm-brightness.c
+++ b/common/xfpm-brightness.c
@@ -72,8 +72,8 @@ xfpm_brightness_xrand_get_limit (XfpmBrightness *brightness, RROutput output, gi
   if (gdk_x11_display_error_trap_pop (gdisplay) != 0
       || info == NULL)
   {
-  g_warning ("could not get output property");
-  return FALSE;
+    g_warning ("could not get output property");
+    return FALSE;
   }
 
   if (!info->range || info->num_values != 2)

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


More information about the Xfce4-commits mailing list