mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-03 03:41:53 +08:00
formatting
This commit is contained in:
parent
173a8de3ed
commit
22e5a0b257
@ -97,7 +97,7 @@ struct DBCoreState {
|
||||
if (ar.isDeserializing) {
|
||||
tLogLocalities.reserve(tLocalitySize);
|
||||
for (size_t i = 0; i < tLocalitySize; i++) {
|
||||
LocalityData locality;
|
||||
LocalityData locality;
|
||||
ar & locality;
|
||||
tLogLocalities.push_back(locality);
|
||||
}
|
||||
@ -130,7 +130,7 @@ struct DBCoreState {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
tLogLocalities.reserve(tLogs.size());
|
||||
|
Loading…
x
Reference in New Issue
Block a user