[mutter/wip/carlosg/code-style-checks] bell: Ding dong
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/wip/carlosg/code-style-checks] bell: Ding dong
- Date: Thu, 8 Jul 2021 15:12:15 +0000 (UTC)
commit aac5bc95a6378717a52fd96e4f8c39afdf276f66
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]