Skip to content

Commit 7f895ad

Browse files
committed
clang-format
1 parent 1a9e1e2 commit 7f895ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flang/include/flang/Runtime/descriptor-consts.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
#ifndef FORTRAN_RUNTIME_DESCRIPTOR_CONSTS_H_
1010
#define FORTRAN_RUNTIME_DESCRIPTOR_CONSTS_H_
1111

12+
#include "flang/Common/Fortran-consts.h"
1213
#include "flang/Common/ISO_Fortran_binding_wrapper.h"
1314
#include "flang/Common/api-attrs.h"
14-
#include "flang/Common/Fortran-consts.h"
1515
#include <cstddef>
1616
#include <cstdint>
1717

@@ -30,7 +30,7 @@ class DerivedType;
3030
namespace Fortran::runtime {
3131
class Descriptor;
3232
using SubscriptValue = ISO::CFI_index_t;
33-
using common::TypeCategory;
33+
using TypeCategory = common::TypeCategory;
3434

3535
/// Returns size in bytes of the descriptor (not the data)
3636
/// This must be at least as large as the largest descriptor of any target

0 commit comments

Comments
 (0)