Commit b76934de6cfb920bc52c03730667fad3e0434aa4

Carlos Martín Nieto 2011-06-16T16:55:11

Remove double-space Noticed by txdv Signed-off-by: Carlos Martín Nieto <cmn@elego.de>

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/config_file.c b/src/config_file.c
index 0ddda38..2966f11 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;