Fix whitespace

This commit is contained in:
Richard Berger
2020-05-29 16:32:17 -04:00
parent 8e1a6bc706
commit e4d6970ac1
10 changed files with 23 additions and 23 deletions

View File

@ -516,7 +516,7 @@ char *AtomVecHybrid::merge_fields(int inum, char *root,
Tokenizer words(concat, " ");
int nwords = words.count();
int *unique = new int[nwords];
for (int i = 0; i < nwords; i++) {