Skip to content

Commit 5f6f68b

Browse files
committed
Do not confuse cpplint
1 parent 42edc82 commit 5f6f68b

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

PWGHF/DataModel/DerivedTables.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,9 @@ DECLARE_SOA_TABLE_STAGED(HfPIds, "HFPID", //! Table with original global indices
608608
hf_mc_particle::McCollisionId,
609609
hf_mc_particle::McParticleId,
610610
o2::soa::Marker<MarkerBase>);
611+
612+
613+
611614
} // namespace o2::aod
612615

613616
#endif // PWGHF_DATAMODEL_DERIVEDTABLES_H_

PWGHF/Utils/utilsDerivedData.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
#include <vector>
2020
#include <map>
2121

22-
#include <fairlogger/Logger.h>
22+
#include "fairlogger/Logger.h"
2323

24-
#include <Framework/AnalysisHelpers.h>
25-
#include <Framework/Configurable.h>
26-
#include <Framework/ASoA.h>
24+
#include "Framework/AnalysisHelpers.h"
25+
#include "Framework/Configurable.h"
26+
#include "Framework/ASoA.h"
2727

2828
#include "Common/Core/RecoDecay.h"
2929

0 commit comments

Comments
 (0)