mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 00:31:14 +00:00
apply readability-else-after-return
This commit is contained in:
parent
1a0ab3a4e2
commit
7bd31f8ff0
|
@ -397,7 +397,8 @@ class Manager
|
|||
auto it = fRegions.find(id);
|
||||
if (it != fRegions.end()) {
|
||||
return it->second.get();
|
||||
} else {
|
||||
}
|
||||
|
||||
try {
|
||||
RegionConfig cfg;
|
||||
const uint64_t rcSegmentSize = cfg.rcSegmentSize;
|
||||
|
@ -425,7 +426,6 @@ class Manager
|
|||
return nullptr;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void RemoveRegion(uint16_t id)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user