Skip to content

Commit ed25faa

Browse files
committed
O2 linter struct name
1 parent cc8cdf1 commit ed25faa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PWGCF/GenericFramework/Tasks/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ o2physics_add_dpl_workflow(flow-generic-framework
1515
COMPONENT_NAME Analysis)
1616

1717
o2physics_add_dpl_workflow(flow-gfw-light-ions
18-
SOURCES flowGFWLightIons.cxx
18+
SOURCES flowGfwLightIons.cxx
1919
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::GFWCore
2020
COMPONENT_NAME Analysis)

PWGCF/GenericFramework/Tasks/flowGFWLightIons.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ struct FlowGfwLightIons {
214214

215215
void init(InitContext const&)
216216
{
217-
LOGF(info, "flowGFWLightIons::init()");
217+
LOGF(info, "flowGfwLightIons::init()");
218218
o2::analysis::gfw::regions.SetNames(cfgRegions->GetNames());
219219
o2::analysis::gfw::regions.SetEtaMin(cfgRegions->GetEtaMin());
220220
o2::analysis::gfw::regions.SetEtaMax(cfgRegions->GetEtaMax());

0 commit comments

Comments
 (0)