Skip to content

Commit a56ef5e

Browse files
committed
clang format
1 parent 7ff6cf7 commit a56ef5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flang/include/flang/Runtime/assign.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ extern "C" {
5757
void RTDECL(Assign)(Descriptor &to, const Descriptor &from,
5858
const char *sourceFile = nullptr, int sourceLine = 0);
5959
void RTDECL(Assign_omp)(Descriptor &to, const Descriptor &from,
60-
const char *sourceFile = nullptr, int sourceLine = 0, int32_t omp_device = 0);
60+
const char *sourceFile = nullptr, int sourceLine = 0,
61+
int32_t omp_device = 0);
6162
// This variant has no finalization, defined assignment, or allocatable
6263
// reallocation.
6364
void RTDECL(AssignTemporary)(Descriptor &to, const Descriptor &from,

0 commit comments

Comments
 (0)