Skip to content

Commit

Permalink
[CORE] code format
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Jun 15, 2021
1 parent f7c48fe commit 98933a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DataFormats/Common/interface/getThinned_implementation.h
Expand Up @@ -140,8 +140,8 @@ namespace edm {
}

inline auto makeThinnedIndexes(std::vector<unsigned int> const& keys,
std::vector<WrapperBase const*> const& foundContainers,
ThinnedAssociation const* thinnedAssociation) {
std::vector<WrapperBase const*> const& foundContainers,
ThinnedAssociation const* thinnedAssociation) {
unsigned const nKeys = keys.size();
std::vector<unsigned int> thinnedIndexes(nKeys, kThinningDoNotLookForThisIndex);
bool hasAny = false;
Expand Down

0 comments on commit 98933a5

Please sign in to comment.