From 5341e6e2d4a3c5eda2609bdec63cd9ec01c8b90e Mon Sep 17 00:00:00 2001 From: Sebastian Dransfeld Date: Tue, 2 Sep 2008 05:36:27 +0000 Subject: [PATCH] formatting SVN revision: 35790 --- src/bin/e_config.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/bin/e_config.c b/src/bin/e_config.c index 85d558dbc..135450eaa 100644 --- a/src/bin/e_config.c +++ b/src/bin/e_config.c @@ -1903,11 +1903,11 @@ e_config_profile_save(void) if (_e_config_eet_close_handle(ef, buf2)) { int ret; - - ret = ecore_file_mv(buf2, buf); - if (!ret) + + ret = ecore_file_mv(buf2, buf); + if (!ret) { - printf("*** Error saving profile. ***"); + printf("*** Error saving profile. ***"); } } ecore_file_unlink(buf2); @@ -1938,12 +1938,12 @@ e_config_domain_save(const char *domain, E_Config_DD *edd, const void *data) ok = eet_data_write(ef, edd, "config", data, 1); if (_e_config_eet_close_handle(ef, buf2)) { - ret = ecore_file_mv(buf2, buf); - if (!ret) + ret = ecore_file_mv(buf2, buf); + if (!ret) { - printf("*** Error saving profile. ***"); + printf("*** Error saving profile. ***"); } - } + } ecore_file_unlink(buf2); } return ok;