diff options
author | Stefano Karapetsas <[email protected]> | 2013-07-11 15:38:19 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-07-11 15:38:19 +0200 |
commit | 48e5d58c141f70aa9f334bfafba9915fda07959f (patch) | |
tree | d752c401885bd922d6b1463993d44fc16dcdb3be /mate-session | |
parent | dba25d0e45128b297b76c33e78f3e4615171da5f (diff) | |
download | mate-session-manager-48e5d58c141f70aa9f334bfafba9915fda07959f.tar.bz2 mate-session-manager-48e5d58c141f70aa9f334bfafba9915fda07959f.tar.xz |
Fix tabs
Diffstat (limited to 'mate-session')
-rw-r--r-- | mate-session/main.c | 8 |
1 files 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(); |