From dd33444f7eace81115308eadb568020470c48b2b Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Thu, 31 Oct 2019 11:39:12 -0500 Subject: Clean up existing whitespace --- StringUtils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'StringUtils.c') diff --git a/StringUtils.c b/StringUtils.c index 0578cdea..2f5889f6 100644 --- a/StringUtils.c +++ b/StringUtils.c @@ -116,7 +116,7 @@ char* String_getToken(const char* line, const unsigned short int numMatch) { if (lastState == 0 && inWord == 1) count++; - + if(inWord == 1){ if (count == numMatch && line[i] != ' ' && line[i] != '\0' && line[i] != '\n' && line[i] != (char)EOF) { match[foundCount] = line[i]; -- cgit v1.2.3