clean up accumulated whitespace damage

This commit is contained in:
Denis Vlasenko
2007-03-07 09:35:43 +00:00
parent 41cca2b4f5
commit 8e858e2700
19 changed files with 31 additions and 30 deletions

View File

@@ -3723,7 +3723,7 @@ static char *evalstr(char *cp, int f)
if (wb == NULL || wb->w_nword == 0
|| (cp = wb->w_words[0]) == NULL
) {
// TODO: I suspect that
// TODO: I suspect that
// char *evalstr(char *cp, int f) is actually
// const char *evalstr(const char *cp, int f)!
cp = (char*)"";