Skip to content

Commit

Permalink
Fixing formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Elros60 committed Feb 1, 2024
1 parent 1712567 commit 0b94121
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions Detectors/MUON/MCH/Align/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,38 +10,38 @@
# or submit itself to any jurisdiction.

o2_add_library(MCHAlign
SOURCES
src/Aligner.cxx
src/AlignmentSpec.cxx
PUBLIC_LINK_LIBRARIES
O2::MathUtils
O2::CCDB
O2::DataFormatsMCH
O2::ForwardAlign
O2::MCHTracking
O2::MCHGeometryTransformer
O2::CommonUtils
O2::DataFormatsParameters
O2::DetectorsBase
O2::Framework
O2::DetectorsRaw
O2::Headers
O2::ReconstructionDataFormats
O2::DetectorsCommonDataFormats)
SOURCES
src/Aligner.cxx
src/AlignmentSpec.cxx

Check failure on line 15 in Detectors/MUON/MCH/Align/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / PR formatting / whitespace

Trailing spaces

Remove the trailing spaces at the end of the line.
PUBLIC_LINK_LIBRARIES
O2::MathUtils

Check failure on line 17 in Detectors/MUON/MCH/Align/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / PR formatting / whitespace

Trailing spaces

Remove the trailing spaces at the end of the line.
O2::CCDB

Check failure on line 18 in Detectors/MUON/MCH/Align/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / PR formatting / whitespace

Trailing spaces

Remove the trailing spaces at the end of the line.
O2::DataFormatsMCH
O2::ForwardAlign
O2::MCHTracking
O2::MCHGeometryTransformer
O2::CommonUtils
O2::DataFormatsParameters
O2::DetectorsBase
O2::Framework
O2::DetectorsRaw
O2::Headers
O2::ReconstructionDataFormats
O2::DetectorsCommonDataFormats)

o2_target_root_dictionary(MCHAlign
HEADERS

Check failure on line 33 in Detectors/MUON/MCH/Align/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / PR formatting / whitespace

Trailing spaces

Remove the trailing spaces at the end of the line.
include/MCHAlign/Aligner.h
include/MCHAlign/AlignmentSpec.h)
include/MCHAlign/Aligner.h
include/MCHAlign/AlignmentSpec.h)

o2_add_executable(
alignment-workflow
SOURCES src/alignment-workflow.cxx
COMPONENT_NAME mch
PUBLIC_LINK_LIBRARIES
O2::ForwardAlign
O2::MCHAlign
Boost::program_options)
alignment-workflow
SOURCES src/alignment-workflow.cxx
COMPONENT_NAME mch
PUBLIC_LINK_LIBRARIES
O2::ForwardAlign
O2::MCHAlign
Boost::program_options)



0 comments on commit 0b94121

Please sign in to comment.