[Xfce4-commits] [apps/xfce4-screensaver] 49/425: fix some indentation
noreply at xfce.org
noreply at xfce.org
Mon Oct 15 01:48:16 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 84cc7f6ebdb569b53decf944aa59108a68c75967
Author: Stefano Karapetsas <stefano at karapetsas.com>
Date: Mon Nov 12 11:50:28 2012 +0100
fix some indentation
---
src/gs-prefs.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/gs-prefs.c b/src/gs-prefs.c
index f82b667..af0b95f 100644
--- a/src/gs-prefs.c
+++ b/src/gs-prefs.c
@@ -320,9 +320,9 @@ _gs_prefs_set_user_switch_enabled (GSPrefs *prefs,
static void
gs_prefs_load_from_settings (GSPrefs *prefs)
{
- glong value;
- gboolean bvalue;
- char *string;
+ glong value;
+ gboolean bvalue;
+ char *string;
gchar **strv;
gint mode;
@@ -541,7 +541,7 @@ gs_prefs_init (GSPrefs *prefs)
{
prefs->priv = GS_PREFS_GET_PRIVATE (prefs);
- prefs->priv->settings = g_settings_new (GSETTINGS_SCHEMA);
+ prefs->priv->settings = g_settings_new (GSETTINGS_SCHEMA);
g_signal_connect (prefs->priv->settings,
"changed",
G_CALLBACK (key_changed_cb),
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list