[mutter/wip/carlosg/code-style-checks: 4/4] bell: Ding dong




commit 0375339c2331d753461e770a41a8308d7d64efd3
Author: Carlos Garnacho <carlosg gnome org>
Date:   Thu Jul 8 17:10:15 2021 +0200

    bell: Ding dong
    
    Break code style a bit.

 src/core/bell.c | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/src/core/bell.c b/src/core/bell.c
index f0c6f94631..62927ea374 100644
--- a/src/core/bell.c
+++ b/src/core/bell.c
@@ -66,15 +66,16 @@ static guint bell_signals [LAST_SIGNAL] = { 0 };
 
 static void
 prefs_changed_callback (MetaPreference pref,
-                        gpointer       data)
+  gpointer data)
 {
   MetaBell *bell = data;
 
   if (pref == META_PREF_AUDIBLE_BELL)
-    {
+  {
       g_signal_emit (bell, bell_signals[IS_AUDIBLE_CHANGED], 0,
-                     meta_prefs_bell_is_audible ());
-    }
+        meta_prefs_bell_is_audible ()
+      );
+  }
 }
 
 static void


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]