Skip to content

Commit a1ca761

Browse files
committed
Please consider the following formatting changes
1 parent 6841a7e commit a1ca761

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

PWGCF/GenericFramework/Core/GFW.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@
1010
// or submit itself to any jurisdiction.
1111

1212
#include "GFW.h"
13+
1314
#include <cstdio>
15+
#include <string>
1416
#include <utility>
1517
#include <vector>
16-
#include <string>
1718

1819
using std::complex;
1920
using std::pair;

PWGCF/GenericFramework/Core/GFW.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,13 @@
1818

1919
#include "GFWCumulant.h"
2020
#include "GFWPowerArray.h"
21-
#include <vector>
22-
#include <string>
23-
#include <utility>
21+
2422
#include <algorithm>
2523
#include <complex>
2624
#include <cstdio>
25+
#include <string>
26+
#include <utility>
27+
#include <vector>
2728

2829
class GFW
2930
{

PWGCF/GenericFramework/Core/GFWCumulant.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
// or submit itself to any jurisdiction.
1111

1212
#include "GFWCumulant.h"
13+
1314
#include <vector>
1415

1516
using std::complex;

0 commit comments

Comments
 (0)