Skip to content

Commit 9484336

Browse files
committed
Fixed formatting
1 parent 1d77b95 commit 9484336

File tree

1 file changed

+30
-19
lines changed

1 file changed

+30
-19
lines changed
Lines changed: 30 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,37 @@
1-
#Copyright 2019 - 2020 CERN and copyright holders of ALICE O2.
2-
#See https: // alice-o2.web.cern.ch/copyright for details of the copyright holders.
3-
#All rights not expressly granted are reserved.
1+
# Copyright 2019 - 2020 CERN and copyright holders of ALICE O2.
2+
# See https: // alice-o2.web.cern.ch/copyright for details of the copyright holders.
3+
# All rights not expressly granted are reserved.
4+
#
5+
# This software is distributed under the terms of the GNU General Public
6+
# License v3(GPL Version 3), copied verbatim in the file "COPYING".
7+
#
8+
# In applying this license CERN does not waive the privileges and immunities
9+
# granted to it by virtue of its status as an Intergovernmental Organization
10+
# or submit itself to any jurisdiction.
411
#
5-
#This software is distributed under the terms of the GNU General Public
6-
#License v3(GPL Version 3), copied verbatim in the file "COPYING".
712
#
8-
#In applying this license CERN does not waive the privileges and immunities
9-
#granted to it by virtue of its status as an Intergovernmental Organization
10-
# or submit itself to any jurisdiction.
1113

12-
o2physics_add_dpl_workflow(fwd - tracks - extra - converter SOURCES UDFwdTracksExtraConverter.cxx PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore COMPONENT_NAME Analysis)
14+
o2physics_add_dpl_workflow(fwd-tracks-extra-converter
15+
SOURCES UDFwdTracksExtraConverter.cxx
16+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
17+
COMPONENT_NAME Analysis)
1318

14-
o2physics_add_dpl_workflow(collisions - converter
15-
SOURCES UDCollisionsConverter.cxx
16-
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
17-
COMPONENT_NAME Analysis)
19+
o2physics_add_dpl_workflow(collisions-converter
20+
SOURCES UDCollisionsConverter.cxx
21+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
22+
COMPONENT_NAME Analysis)
1823

19-
o2physics_add_dpl_workflow(collisionselextras - converter
20-
SOURCES UDCollisionSelExtrasConverter.cxx
21-
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
22-
COMPONENT_NAME Analysis)
24+
o2physics_add_dpl_workflow(collisionselextras-converter
25+
SOURCES UDCollisionSelExtrasConverter.cxx
26+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
27+
COMPONENT_NAME Analysis)
2328

24-
o2physics_add_dpl_workflow(collisionselextras - converter - v002 SOURCES UDCollisionSelExtrasV002Converter.cxx PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore COMPONENT_NAME Analysis)
29+
o2physics_add_dpl_workflow(collisionselextras-converter-v002
30+
SOURCES UDCollisionSelExtrasV002Converter.cxx
31+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
32+
COMPONENT_NAME Analysis)
2533

26-
o2physics_add_dpl_workflow(collisionselextras - converter - v003 SOURCES UDCollisionSelExtrasV003Converter.cxx PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore COMPONENT_NAME Analysis)
34+
o2physics_add_dpl_workflow(collisionselextras-converter-v003
35+
SOURCES UDCollisionSelExtrasV003Converter.cxx
36+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
37+
COMPONENT_NAME Analysis)

0 commit comments

Comments
 (0)