From 48377071ac9ac8df7d71526ba849be56524101bd Mon Sep 17 00:00:00 2001 From: Steven Luo Date: Wed, 26 May 2010 07:36:30 -0700 Subject: [PATCH 1/1] Indentation fixes --- config.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config.c b/config.c index 727287f..0fbddf0 100644 --- a/config.c +++ b/config.c @@ -108,12 +108,12 @@ static int swb_config_load_option(struct swb_config *cfg, if (!(cfg->flags & opt.set_mask)) { switch (opt.type) { case SWB_CONFIG_OPT_STRING: - *(char **)cfg->entries[i] = value; - break; + *(char **)cfg->entries[i] = value; + break; case SWB_CONFIG_OPT_INT: - *(int *)cfg->entries[i] = atoi(value); - free(value); - break; + *(int *)cfg->entries[i] = atoi(value); + free(value); + break; } cfg->flags |= opt.set_mask; } -- 1.7.9.5