[Xfce4-commits] [xfce/xfce4-panel] 01/05: Fix indentation

noreply at xfce.org noreply at xfce.org
Mon Feb 3 13:10:54 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-panel.

commit b877250de5100effdcbd41bc20c820b2ac9f0649
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Sat Feb 1 14:02:56 2020 +0100

    Fix indentation
---
 panel/panel-window.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/panel/panel-window.c b/panel/panel-window.c
index 3a4764b..05a3d04 100644
--- a/panel/panel-window.c
+++ b/panel/panel-window.c
@@ -2662,9 +2662,9 @@ panel_window_set_autohide_behavior (PanelWindow *window,
   /* remember the new behavior */
   window->autohide_behavior = behavior;
 
-    /* create an autohide window only if we are autohiding at all */
-    if (window->autohide_behavior != AUTOHIDE_BEHAVIOR_NEVER)
-      {
+  /* create an autohide window only if we are autohiding at all */
+  if (window->autohide_behavior != AUTOHIDE_BEHAVIOR_NEVER)
+    {
       /* create an authohide window; doing this only when it doesn't exist
        * yet allows us to transition between "always autohide" and "intelligently
        * autohide" without recreating the window */

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


More information about the Xfce4-commits mailing list