NSPredicate: Remove whitespace

This commit is contained in:
hmelder 2024-05-31 00:10:45 +02:00 committed by Hugo Melder
parent bd31d5fc5f
commit c6d288aae9

View file

@ -905,7 +905,6 @@ GSICUStringMatchesRegex(NSString *string, NSString *regex, NSStringCompareOption
rightValue: (id)rightResult rightValue: (id)rightResult
object: (id)object object: (id)object
{ {
unsigned compareOptions = 0; unsigned compareOptions = 0;
BOOL leftIsNil; BOOL leftIsNil;
BOOL rightIsNil; BOOL rightIsNil;