pnoltes commented on code in PR #673: URL: https://github.com/apache/celix/pull/673#discussion_r1367148183
########## libs/utils/src/filter.c: ########## @@ -165,7 +165,9 @@ static celix_filter_t * filter_parseNot(char * filterString, int * pos) { } child = filter_parseFilter(filterString, pos); - + if(child == NULL){ Review Comment: styling nitpick: missing some spaces. ```suggestion if (child == NULL) { ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@celix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org