Skip to content

Commit

Permalink
apply code format
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Nov 30, 2022
1 parent fb0cfcc commit 7c6f9b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fireworks/Core/src/FWEveViewManager.cc
Expand Up @@ -103,7 +103,7 @@ FWEveViewManager::FWEveViewManager(FWGUIManager* iGUIMgr) : FWViewManagerBase()
first = it->find_last_of('@') + 1;
std::string view_str = it->substr(first, it->find_last_of('#') - first);
int viewTypes = atoi(view_str.c_str());
m_typeToBuilder[purpose].push_back(BuilderInfo(*it, viewTypes));
m_typeToBuilder[purpose].push_back(BuilderInfo(*it, viewTypes));
}

m_views.resize(FWViewType::kTypeSize);
Expand Down

0 comments on commit 7c6f9b3

Please sign in to comment.