summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2010-11-27 14:56:25 +0200
committerDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2010-11-27 14:56:25 +0200
commite0d8d1fcdc38500dff10d723985c0db9bfb6f71e (patch)
treec6e04617aced3bc6177294dbf83d3885255c438c /src
parent5341e8d4a86692dbb6f2f51cf5e7a08f388881ce (diff)
* cosmetics
Diffstat (limited to 'src')
-rw-r--r--src/mu-runtime.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mu-runtime.c b/src/mu-runtime.c
index 3830b20..162bf1d 100644
--- a/src/mu-runtime.c
+++ b/src/mu-runtime.c
@@ -34,14 +34,12 @@ struct _MuRuntimeData {
gchar *_muhome;
gchar *_xapian_dir;
gchar *_bookmarks_file;
-
MuConfigOptions *_config;
};
typedef struct _MuRuntimeData MuRuntimeData;
/* static, global data for this singleton */
-static gboolean _initialized = FALSE;
-
+static gboolean _initialized = FALSE;
static MuRuntimeData *_data = NULL;
static void runtime_free (void);
@@ -78,7 +76,7 @@ mu_runtime_init (const char* muhome_arg)
if (!init_system())
return FALSE;
-
+
if (muhome_arg)
muhome = g_strdup (muhome_arg);
else