From b76934de6cfb920bc52c03730667fad3e0434aa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Thu, 16 Jun 2011 16:55:11 +0200 Subject: [PATCH] Remove double-space MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Noticed by txdv Signed-off-by: Carlos Martín Nieto --- src/config_file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config_file.c b/src/config_file.c index 0ddda3864..2966f11bd 100644 --- a/src/config_file.c +++ b/src/config_file.c @@ -240,7 +240,7 @@ static int cvar_normalize_name(cvar_t *var, char **output) return GIT_SUCCESS; } -static char *interiorize_section(const char *orig) +static char *interiorize_section(const char *orig) { char *dot, *last_dot, *section, *ret; int len;