Skip to content

Commit e73bed9

Browse files
committed
[flang-rt] clang format
1 parent 2220151 commit e73bed9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

flang-rt/lib/runtime/assign_omp.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
1-
//===-- lib/runtime/assign_omp.cpp ----------------------------------*- C++ -*-===//
1+
//===-- lib/runtime/assign_omp.cpp ----------------------------------*- C++
2+
//-*-===//
23
//
34
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
45
// See https://llvm.org/LICENSE.txt for license information.
56
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
67
//
78
//===----------------------------------------------------------------------===//
89

9-
#include "flang/Runtime/assign.h"
1010
#include "flang-rt/runtime/assign-impl.h"
1111
#include "flang-rt/runtime/derived.h"
1212
#include "flang-rt/runtime/descriptor.h"
1313
#include "flang-rt/runtime/stat.h"
1414
#include "flang-rt/runtime/terminator.h"
1515
#include "flang-rt/runtime/tools.h"
1616
#include "flang-rt/runtime/type-info.h"
17+
#include "flang/Runtime/assign.h"
1718

1819
#include <omp.h>
1920

0 commit comments

Comments
 (0)