Commit b76934de by Carlos Martín Nieto Committed by Vicent Marti

Remove double-space

Noticed by txdv

Signed-off-by: Carlos Martín Nieto <cmn@elego.de>
parent c716b187
...@@ -240,7 +240,7 @@ static int cvar_normalize_name(cvar_t *var, char **output) ...@@ -240,7 +240,7 @@ static int cvar_normalize_name(cvar_t *var, char **output)
return GIT_SUCCESS; return GIT_SUCCESS;
} }
static char *interiorize_section(const char *orig) static char *interiorize_section(const char *orig)
{ {
char *dot, *last_dot, *section, *ret; char *dot, *last_dot, *section, *ret;
int len; int len;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment