Skip to content

Commit 5c108b9

Browse files
committed
Fix minor warnings
1 parent 49c6b62 commit 5c108b9

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

DataFormats/Reconstruction/include/ReconstructionDataFormats/TrackFwd.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@
2424
#include "ReconstructionDataFormats/TrackUtils.h"
2525
#include "MathUtils/Primitive2D.h"
2626

27-
namespace o2
28-
{
29-
namespace track
27+
namespace o2::track
3028
{
3129

3230
using SMatrix55Sym = ROOT::Math::SMatrix<double, 5, 5, ROOT::Math::MatRepSym<double, 5>>;
@@ -180,7 +178,6 @@ class TrackParCovFwd : public TrackParFwd
180178
ClassDefNV(TrackParCovFwd, 1);
181179
};
182180

183-
} // namespace track
184181
} // namespace o2
185182

186183
#endif

DataFormats/simulation/include/SimulationDataFormat/LabelContainer.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@
2323
#include <iterator>
2424
#include <gsl/gsl> // for guideline support library; array_view
2525

26-
namespace o2
27-
{
28-
namespace dataformats
26+
namespace o2::dataformats
2927
{
3028

3129
// a label container with both contiguous and non-contiguous modes
@@ -225,7 +223,6 @@ class LabelContainer
225223
}
226224
}; // end class
227225

228-
} // namespace dataformats
229226
} // namespace o2
230227

231228
#endif

0 commit comments

Comments
 (0)