Skip to content

Commit 322f996

Browse files
authored
Please consider the following formatting changes (#482)
1 parent f51d13a commit 322f996

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

PWGLF/TableProducer/Strangeness/strangenesstofpid.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@
5252
#include "ReconstructionDataFormats/PID.h"
5353
#include "ReconstructionDataFormats/Track.h"
5454

55-
#include <string>
56-
#include <vector>
5755
#include <array>
5856
#include <cmath>
5957
#include <cstdlib>
6058
#include <iterator>
6159
#include <map>
60+
#include <string>
6261
#include <utility>
62+
#include <vector>
6363

6464
using namespace o2;
6565
using namespace o2::framework;

PWGLF/Utils/strangenessBuilderModule.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434
#include "Framework/HistogramRegistry.h"
3535
#include "Framework/HistogramSpec.h"
3636

37-
#include <vector>
3837
#include <array>
3938
#include <cmath>
4039
#include <cstdlib>
4140
#include <memory>
4241
#include <string>
42+
#include <vector>
4343

4444
//__________________________________________
4545
// strangeness builder module

0 commit comments

Comments
 (0)