summaryrefslogtreecommitdiff
path: root/src/trg-prefs.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2012-08-26 13:22:18 +0100
committerGravatar Alan Fitton <ajf@eth0.org.uk>2012-08-26 13:22:18 +0100
commitfbfb76e99858588292aa6e929dcfe6acae3912b7 (patch)
treef41f97a5c84f9abe291c3107aaf0c1710c427a6d /src/trg-prefs.c
parent8cc810e1fbf069f808cfe3e9598273b2f3dd8aab (diff)
reindent all the things! with indent -nut -kr.
Diffstat (limited to 'src/trg-prefs.c')
-rw-r--r--src/trg-prefs.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/trg-prefs.c b/src/trg-prefs.c
index a80afa6..126737b 100644
--- a/src/trg-prefs.c
+++ b/src/trg-prefs.c
@@ -103,7 +103,7 @@ static void trg_prefs_create_defaults(TrgPrefs * p)
trg_prefs_add_default_int(p, TRG_PREFS_KEY_UPDATE_INTERVAL,
TRG_INTERVAL_DEFAULT);
trg_prefs_add_default_int(p, TRG_PREFS_KEY_SESSION_UPDATE_INTERVAL,
- TRG_SESSION_INTERVAL_DEFAULT);
+ TRG_SESSION_INTERVAL_DEFAULT);
trg_prefs_add_default_int(p, TRG_PREFS_KEY_MINUPDATE_INTERVAL,
TRG_INTERVAL_DEFAULT);
trg_prefs_add_default_int(p, TRG_PREFS_ACTIVEONLY_FULLSYNC_EVERY, 2);
@@ -125,8 +125,8 @@ static GObject *trg_prefs_constructor(GType type,
construct_params)
{
GObject *object = G_OBJECT_CLASS
- (trg_prefs_parent_class)->constructor(type, n_construct_properties,
- construct_params);
+ (trg_prefs_parent_class)->constructor(type, n_construct_properties,
+ construct_params);
TrgPrefs *prefs = TRG_PREFS(object);
TrgPrefsPrivate *priv = prefs->priv;
@@ -170,7 +170,8 @@ static void trg_prefs_class_init(TrgPrefsClass * klass)
static void trg_prefs_init(TrgPrefs * self)
{
- self->priv = G_TYPE_INSTANCE_GET_PRIVATE (self, TRG_TYPE_PREFS, TrgPrefsPrivate);
+ self->priv =
+ G_TYPE_INSTANCE_GET_PRIVATE(self, TRG_TYPE_PREFS, TrgPrefsPrivate);
}
TrgPrefs *trg_prefs_new(void)