frontend/spec.c, com_spec(), indentation

This commit is contained in:
rlar 2016-05-29 12:49:40 +02:00
parent b00825d204
commit 85a3146b13
1 changed files with 6 additions and 6 deletions

View File

@ -275,12 +275,12 @@ com_spec(wordlist *wl)
fprintf(cp_err, " \r");
#ifdef KEEPWINDOW
f = dvec_alloc(copy("win"),
SV_NOTYPE,
VF_REAL | VF_PERMANENT,
tlen, win);
win = NULL;
vec_new(f);
f = dvec_alloc(copy("win"),
SV_NOTYPE,
VF_REAL | VF_PERMANENT,
tlen, win);
win = NULL;
vec_new(f);
#endif
done: