Skip to content

Commit be2489f

Browse files
committed
add braces
1 parent 9cf76af commit be2489f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/CGData/StableFunctionMapRecord.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,10 +238,11 @@ void StableFunctionMapRecord::deserialize(const unsigned char *&Ptr,
238238
auto It = FunctionMap->HashToFuncs.try_emplace(Hash).first;
239239
StableFunctionMap::EntryStorage &Storage = It->second;
240240
Storage.Offsets.push_back(FixedSizeFieldsOffset);
241-
} else
241+
} else {
242242
deserializeEntry(
243243
reinterpret_cast<const unsigned char *>(FixedSizeFieldsOffset), Hash,
244244
FunctionMap.get());
245+
}
245246
FixedSizeFieldsOffset += FixedSizeFieldsSizePerEntry;
246247
}
247248

0 commit comments

Comments
 (0)