Skip to content

Commit

Permalink
resolved indentation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshGandhi-AWS committed Oct 3, 2023
1 parent 8d21e50 commit 2b4460f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/tunneling/SecureTunnelingFeature.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ namespace Aws
return c.get() == contextToRemove;
});
mContexts.erase(std::remove(mContexts.begin(), mContexts.end(), *it));

#if defined(DISABLE_MQTT)
LOG_INFO(TAG, "Secure Tunnel closed, component cleaning up open thread");
raise(SIGTERM);
Expand Down

0 comments on commit 2b4460f

Please sign in to comment.