Skip to content

Commit

Permalink
clang-format controlplane.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Markuu-s committed Dec 28, 2024
1 parent 17e89f6 commit c5aaf0a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions controlplane/controlplane.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -936,8 +936,10 @@ eResult cControlPlane::loadConfig(const std::string& rootFilePath,
}

YANET_LOG_INFO("dataplane has been updated (stage 7)\n");
for(auto& module : modules) {
if (rib_t* rib = dynamic_cast<rib_t*>(module)) {
for (auto& module : modules)
{
if (rib_t* rib = dynamic_cast<rib_t*>(module))
{
rib->bird_import_get();
rib->moduleStart();
}
Expand Down

0 comments on commit c5aaf0a

Please sign in to comment.