From 48e5d58c141f70aa9f334bfafba9915fda07959f Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Thu, 11 Jul 2013 15:38:19 +0200 Subject: Fix tabs --- mate-session/main.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mate-session/main.c b/mate-session/main.c index 6fa03b0..6cfbbe6 100644 --- a/mate-session/main.c +++ b/mate-session/main.c @@ -526,11 +526,11 @@ int main(int argc, char** argv) */ gsm_util_setenv("MATE_DESKTOP_SESSION_ID", "this-is-deprecated"); - /* - * Make sure gsettings is set up correctly. If not, then bail. - */ + /* + * Make sure gsettings is set up correctly. If not, then bail. + */ - if (initialize_gsettings () != TRUE) + if (initialize_gsettings () != TRUE) exit (1); client_store = gsm_store_new(); -- cgit v1.2.1