From 869ca82e449597c921d97e45099534861d60159a Mon Sep 17 00:00:00 2001 From: Sebastian Dransfeld Date: Tue, 8 Jan 2008 20:02:14 +0000 Subject: [PATCH] formatting SVN revision: 33397 --- e_mod_config_box.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/e_mod_config_box.c b/e_mod_config_box.c index 84ffbcb..e35db6a 100644 --- a/e_mod_config_box.c +++ b/e_mod_config_box.c @@ -10,7 +10,7 @@ struct _E_Config_Dialog_Data char *port; int monitor; int ssl; - int local; + int local; char *host; char *user; char *pass; @@ -76,7 +76,7 @@ _fill_data (Config_Box * cb, E_Config_Dialog_Data * cfdata) cfdata->monitor = 1; cfdata->ssl = 0; cfdata->use_exec = 0; - cfdata->local = 0; + cfdata->local = 0; snprintf (buf, sizeof (buf), "110"); cfdata->port = strdup (buf); return; @@ -89,7 +89,7 @@ _fill_data (Config_Box * cb, E_Config_Dialog_Data * cfdata) cfdata->monitor = cb->monitor; cfdata->ssl = cb->ssl; cfdata->use_exec = cb->use_exec; - cfdata->local = cb->local; + cfdata->local = cb->local; snprintf (buf, sizeof (buf), "%d", cb->port); cfdata->port = strdup (buf);