Skip to content

Commit 4c713db

Browse files
committed
fix tabs in CMakeLists.txt
1 parent 5a7281f commit 4c713db

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

ALICE3/Core/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
o2physics_add_library(ALICE3Core
1313
SOURCES TOFResoALICE3.cxx
1414
TrackUtilities.cxx
15-
FlatLutEntry.cxx
15+
FlatLutEntry.cxx
1616
FlatTrackSmearer.cxx
1717
GeometryContainer.cxx
1818
PUBLIC_LINK_LIBRARIES O2::Framework
@@ -28,14 +28,14 @@ o2physics_target_root_dictionary(ALICE3Core
2828
o2physics_add_library(FastTracker
2929
SOURCES FastTracker.cxx
3030
DetLayer.cxx
31-
FlatLutEntry.cxx
32-
FlatLutWriter.cxx
31+
FlatLutEntry.cxx
32+
FlatLutWriter.cxx
3333
PUBLIC_LINK_LIBRARIES O2::Framework
3434
O2Physics::AnalysisCore
3535
O2Physics::ALICE3Core)
3636

3737
o2physics_target_root_dictionary(FastTracker
3838
HEADERS FastTracker.h
3939
DetLayer.h
40-
FlatLutWriter.h
40+
FlatLutWriter.h
4141
LINKDEF FastTrackerLinkDef.h)

0 commit comments

Comments
 (0)