Skip to content

Commit c9b194c

Browse files
authored
Please consider the following formatting changes to #17546 (#17551)
1 parent d0a220c commit c9b194c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

ALICE3/Core/FlatTrackSmearer.cxx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,16 @@
2020

2121
#include <TRandom.h>
2222

23-
#include <string>
24-
#include<vector>
2523
#include <cmath>
2624
#include <cstddef>
2725
#include <cstdint>
2826
#include <cstdlib>
2927
#include <fstream>
3028
#include <span>
3129
#include <string>
30+
#include <vector>
3231

33-
namespace o2::delphes
32+
namespace o2::delphes
3433
{
3534
int TrackSmearer::getIndexPDG(int pdg)
3635
{

0 commit comments

Comments
 (0)