From 49eed3bdc47249b8acd8b86aca33cdcb1a9e687c Mon Sep 17 00:00:00 2001 From: beber Date: Wed, 12 Oct 2005 22:30:38 +0000 Subject: indent --- ChangeLog | 6 ++++++ src/espik_config.c | 16 ++++++++-------- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index b4bdb4d..0f31af8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -22,3 +22,9 @@ M src/espik_error.c M src/espik_common_handler.h M src/espik_net.h M sh/eci.sh + +beber from guybrush.melee : 13/10/05 00:30:38 +indent + +File changes : +M src/espik_config.c diff --git a/src/espik_config.c b/src/espik_config.c index 5b00fb5..5640857 100644 --- a/src/espik_config.c +++ b/src/espik_config.c @@ -93,14 +93,14 @@ void espik_config_get (t_info *s_info) void espik_config_set (t_info config) { - ecore_config_int_set ("/config/server/len", 1); - ecore_config_string_set ("/config/server/0/host", config.server->host); - ecore_config_int_set ("/config/server/0/port", (int)config.server->port); - ecore_config_int_set ("/config/server/0/autoconnect", 1); - - ecore_config_string_set ("/config/user/nickname", config.client->nickname); - ecore_config_string_set ("/config/user/username", config.client->username); - ecore_config_string_set ("/config/user/realname", config.client->realname); + ecore_config_int_set ("/config/server/len", 1); + ecore_config_string_set ("/config/server/0/host", config.server->host); + ecore_config_int_set ("/config/server/0/port", (int)config.server->port); + ecore_config_int_set ("/config/server/0/autoconnect", 1); + + ecore_config_string_set ("/config/user/nickname", config.client->nickname); + ecore_config_string_set ("/config/user/username", config.client->username); + ecore_config_string_set ("/config/user/realname", config.client->realname); ecore_config_save (); } -- cgit v1.2.3