Skip to content

Commit

Permalink
Update libs/utils/src/filter.c
Browse files Browse the repository at this point in the history
Co-authored-by: Pepijn Noltes <[email protected]>
  • Loading branch information
xuzhenbao and pnoltes authored Oct 27, 2023
1 parent 82bb834 commit c933a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/utils/src/filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ static celix_filter_t * filter_parseNot(char * filterString, int * pos) {
}

child = filter_parseFilter(filterString, pos);
if(child == NULL){
if (child == NULL) {
return NULL;
}
celix_array_list_t* children = celix_arrayList_create();
Expand Down

0 comments on commit c933a6a

Please sign in to comment.