Skip to content

Commit 6071ac6

Browse files
committed
clang-format
1 parent 70ef83a commit 6071ac6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

flang/include/flang/Common/Fortran.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
// Fortran language concepts that are used in many phases are defined
1313
// once here to avoid redundancy and needless translation.
1414

15-
#include "flang/Common/Fortran-consts.h"
1615
#include "enum-set.h"
1716
#include "idioms.h"
17+
#include "flang/Common/Fortran-consts.h"
1818
#include <cinttypes>
1919
#include <optional>
2020
#include <string>

flang/runtime/type-info.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
// A C++ perspective of the derived type description schemata in
1313
// flang/module/__fortran_type_info.f90.
1414

15+
#include "terminator.h"
1516
#include "flang/Common/Fortran-consts.h"
1617
#include "flang/Common/bit-population-count.h"
1718
#include "flang/Common/optional.h"
1819
#include "flang/Runtime/descriptor.h"
19-
#include "terminator.h"
2020
#include <cinttypes>
2121
#include <memory>
2222

flang/unittests/Evaluate/fp-testing.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
#include <xmmintrin.h>
88
#endif
99

10-
using Fortran::common::RoundingMode;
1110
using Fortran::common::RealFlag;
11+
using Fortran::common::RoundingMode;
1212

1313
ScopedHostFloatingPointEnvironment::ScopedHostFloatingPointEnvironment(
1414
#if __x86_64__

flang/unittests/Evaluate/fp-testing.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
#include "flang/Common/target-rounding.h"
55
#include <fenv.h>
66

7-
using Fortran::common::RoundingMode;
87
using Fortran::common::RealFlags;
98
using Fortran::common::Rounding;
9+
using Fortran::common::RoundingMode;
1010

1111
class ScopedHostFloatingPointEnvironment {
1212
public:

0 commit comments

Comments
 (0)