From fc9b5447fc865866112f195603cfebcefc909ce8 Mon Sep 17 00:00:00 2001 From: Gil Date: Tue, 7 Nov 2017 09:42:39 -0800 Subject: Clang-format Objective-C++ too (#419) --- Firestore/Source/Local/FSTLevelDBQueryCache.mm | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'Firestore/Source/Local/FSTLevelDBQueryCache.mm') diff --git a/Firestore/Source/Local/FSTLevelDBQueryCache.mm b/Firestore/Source/Local/FSTLevelDBQueryCache.mm index c1ba654..c79014d 100644 --- a/Firestore/Source/Local/FSTLevelDBQueryCache.mm +++ b/Firestore/Source/Local/FSTLevelDBQueryCache.mm @@ -20,14 +20,14 @@ #include #include -#import "Target.pbobjc.h" -#import "FSTQuery.h" +#import "FSTAssert.h" +#import "FSTDocumentKey.h" #import "FSTLevelDBKey.h" #import "FSTLocalSerializer.h" +#import "FSTQuery.h" #import "FSTQueryData.h" #import "FSTWriteGroup.h" -#import "FSTDocumentKey.h" -#import "FSTAssert.h" +#import "Target.pbobjc.h" #include "ordered_code.h" #include "string_util.h" @@ -227,10 +227,11 @@ static ReadOptions GetStandardReadOptions() { if (targetIterator->Valid()) { foundKeyDescription = [FSTLevelDBKey descriptionForKey:targetIterator->key()]; } - FSTFail(@"Dangling query-target reference found: " - @"%@ points to %@; seeking there found %@", - [FSTLevelDBKey descriptionForKey:indexKey], - [FSTLevelDBKey descriptionForKey:targetKey], foundKeyDescription); + FSTFail( + @"Dangling query-target reference found: " + @"%@ points to %@; seeking there found %@", + [FSTLevelDBKey descriptionForKey:indexKey], [FSTLevelDBKey descriptionForKey:targetKey], + foundKeyDescription); } // Finally after finding a potential match, check that the query is actually equal to the -- cgit v1.2.3