Skip to content

Commit 53694a1

Browse files
committed
Please consider the following formatting changes
1 parent 12934d1 commit 53694a1

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

PWGUD/Core/UDFSParser.cxx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@
99
// granted to it by virtue of its status as an Intergovernmental Organization
1010
// or submit itself to any jurisdiction.
1111

12-
#include "Framework/Logger.h"
12+
#include "UDFSParser.h"
13+
1314
#include "CommonConstants/LHCConstants.h"
1415
#include "CommonDataFormat/BunchFilling.h"
15-
#include "UDFSParser.h"
16+
#include "Framework/Logger.h"
1617

17-
#include <vector>
1818
#include <string>
19+
#include <vector>
1920

2021
// -----------------------------------------------------------------------------
2122
UDFSParser::UDFSParser(const char* filename)

PWGUD/Core/UDGoodRunSelector.cxx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,17 @@
99
// granted to it by virtue of its status as an Intergovernmental Organization
1010
// or submit itself to any jurisdiction.
1111

12-
#include <algorithm>
12+
#include "PWGUD/Core/UDGoodRunSelector.h"
13+
1314
#include "Framework/Logger.h"
15+
1416
#include "rapidjson/document.h"
1517
#include "rapidjson/filereadstream.h"
16-
#include "PWGUD/Core/UDGoodRunSelector.h"
1718

18-
#include <vector>
19-
#include <string>
19+
#include <algorithm>
2020
#include <cstdio>
21+
#include <string>
22+
#include <vector>
2123

2224
class TFile;
2325

PWGUD/DataModel/UDIndex.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#define PWGUD_DATAMODEL_UDINDEX_H_
2121

2222
#include "UDTables.h"
23+
2324
#include "Framework/AnalysisDataModel.h"
2425
namespace o2::aod
2526
{

0 commit comments

Comments
 (0)