Skip to content

Commit 94e1273

Browse files
committed
Please consider the following formatting changes
1 parent f7f259e commit 94e1273

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

PWGHF/HFC/TableProducer/correlatorXicHadrons.cxx

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,13 @@ enum class PDGChargeScale : size_t {
102102
Scale = 3u
103103
};
104104

105-
namespace CorrParticleType {
106-
enum Type : int8_t {
107-
PhysicalPrimary = 0,
108-
IdentifiedParticle = 1,
109-
V0 = 2
110-
};
105+
namespace CorrParticleType
106+
{
107+
enum Type : int8_t {
108+
PhysicalPrimary = 0,
109+
IdentifiedParticle = 1,
110+
V0 = 2
111+
};
111112
}
112113
// ============================================================================
113114
// HELPER FUNCTIONS

0 commit comments

Comments
 (0)