Skip to content

Commit

Permalink
REMOVE trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
fgalan authored Jan 16, 2024
1 parent 933614d commit f4e5eb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/mongoBackend/MongoCommonUpdate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3557,7 +3557,7 @@ static unsigned int updateEntity
addBuiltins(notifyCerP, subAltType2string(ngsiv2::SubAltType::EntityDelete));
unsigned int notifSent = processSubscriptions(subsToNotify,
notifyCerP,
tenant,
tenant,
xauthToken,
fiwareCorrelator,
notifStartCounter);
Expand Down
2 changes: 1 addition & 1 deletion src/lib/mongoBackend/MongoGlobal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2292,7 +2292,7 @@ static void getCommonAttributes
std::vector<std::string>& resultVector
)
{
for (unsigned int avOc = 0; avOc < sVector.size(); ++avOc)
for (unsigned int avOc = 0; avOc < sVector.size(); ++avOc)
{
// some builtin attributes are always include (even when onlyChangedAttrs is true)
if ((sVector[avOc] == ALTERATION_TYPE) || (sVector[avOc] == DATE_CREATED) || (sVector[avOc] == DATE_MODIFIED))
Expand Down

0 comments on commit f4e5eb2

Please sign in to comment.