Skip to content

Commit eda72ac

Browse files
committed
formatting
1 parent 64bade3 commit eda72ac

File tree

4 files changed

+1
-10
lines changed

4 files changed

+1
-10
lines changed

flang/include/flang/Runtime/array-constructor-consts.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
// External APIs to create temporary storage for array constructors when their
10-
// final extents or length parameters cannot be pre-computed.
11-
129
#ifndef FORTRAN_RUNTIME_ARRAY_CONSTRUCTOR_CONSTS_H_
1310
#define FORTRAN_RUNTIME_ARRAY_CONSTRUCTOR_CONSTS_H_
1411

flang/include/flang/Runtime/io-api-consts.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
// Defines API between compiled code and I/O runtime library.
10-
119
#ifndef FORTRAN_RUNTIME_IO_API_CONSTS_H_
1210
#define FORTRAN_RUNTIME_IO_API_CONSTS_H_
1311

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
// Defines the values returned by the runtime for IOSTAT= specifiers
10-
// on I/O statements.
11-
129
#ifndef FORTRAN_RUNTIME_IOSTAT_CONSTS_H_
1310
#define FORTRAN_RUNTIME_IOSTAT_CONSTS_H_
1411

flang/include/flang/Runtime/iostat.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@ namespace Fortran::runtime::io {
2020
RT_API_ATTRS const char *IostatErrorString(int);
2121

2222
} // namespace Fortran::runtime::io
23-
24-
#endif /* FORTRAN_RUNTIME_IOSTAT_H_ */
23+
#endif // FORTRAN_RUNTIME_IOSTAT_H_

0 commit comments

Comments
 (0)