Skip to content

Commit

Permalink
Use a consistent style
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-webb committed Nov 6, 2024
1 parent 2fc8bdb commit a8cfcb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/cpp/loggingevent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,10 @@ LoggingEvent::KeySet LoggingEvent::getMDCKeySet() const
result.push_back(item.first);
}
else if (auto pData = ThreadSpecificData::getCurrentData())
{
for (auto const& item : pData->getMap())
result.push_back(item.first);
}
return result;
}

Expand Down

0 comments on commit a8cfcb3

Please sign in to comment.