aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source/Local/FSTLevelDBQueryCache.mm
diff options
context:
space:
mode:
authorGravatar Gil <mcg@google.com>2017-11-07 09:42:39 -0800
committerGravatar GitHub <noreply@github.com>2017-11-07 09:42:39 -0800
commitfc9b5447fc865866112f195603cfebcefc909ce8 (patch)
tree8b71d8b098810bbd86d575df66efd67841d7bfa8 /Firestore/Source/Local/FSTLevelDBQueryCache.mm
parent8d6a574e458d9888cf800f0229ea2b7615646516 (diff)
Clang-format Objective-C++ too (#419)
Diffstat (limited to 'Firestore/Source/Local/FSTLevelDBQueryCache.mm')
-rw-r--r--Firestore/Source/Local/FSTLevelDBQueryCache.mm17
1 files changed, 9 insertions, 8 deletions
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 <leveldb/write_batch.h>
#include <string>
-#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