Skip to content

Commit 9fce9ef

Browse files
committed
Post-merge fixes
1 parent 8d6bdf0 commit 9fce9ef

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+46
-46
lines changed

flang-rt/include/flang-rt/CUDA/allocator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ void *CUFAllocUnified(std::size_t);
3333
void CUFFreeUnified(void *);
3434

3535
} // namespace Fortran::runtime::cuda
36-
#endif /* FLANG_RT_CUDA_ALLOCATOR_H_ */
36+
#endif // FLANG_RT_CUDA_ALLOCATOR_H_

flang-rt/include/flang-rt/allocator-registry.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ RT_OFFLOAD_VAR_GROUP_END
5555

5656
} // namespace Fortran::runtime
5757

58-
#endif /* FLANG_RT_ALLOCATOR_REGISTRY_H_ */
58+
#endif // FLANG_RT_ALLOCATOR_REGISTRY_H_

flang-rt/include/flang-rt/array-constructor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ static_assert(alignof(Fortran::runtime::ArrayConstructorVector) <=
5454
"MaxArrayConstructorVectorAlignInBytes");
5555

5656
} // namespace Fortran::runtime
57-
#endif /* FLANG_RT_ARRAY_CONSTRUCTOR_H_ */
57+
#endif // FLANG_RT_ARRAY_CONSTRUCTOR_H_

flang-rt/include/flang-rt/assign-impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ RT_API_ATTRS void DoFromSourceAssign(Descriptor &, const Descriptor &,
2828
#endif
2929

3030
} // namespace Fortran::runtime
31-
#endif /* FLANG_RT_ASSIGN_IMPL_H_ */
31+
#endif // FLANG_RT_ASSIGN_IMPL_H_

flang-rt/include/flang-rt/buffer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,4 +221,4 @@ template <typename STORE, std::size_t minBuffer = 65536> class FileFrame {
221221
bool dirty_{false};
222222
};
223223
} // namespace Fortran::runtime::io
224-
#endif /* FLANG_RT_BUFFER_H_ */
224+
#endif // FLANG_RT_BUFFER_H_

flang-rt/include/flang-rt/connection.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,4 @@ class SavedPosition {
124124
};
125125

126126
} // namespace Fortran::runtime::io
127-
#endif /* FLANG_RT_CONNECTION_H_ */
127+
#endif // FLANG_RT_CONNECTION_H_

flang-rt/include/flang-rt/derived.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ RT_API_ATTRS void Destroy(const Descriptor &, bool finalize,
4848
RT_API_ATTRS bool HasDynamicComponent(const Descriptor &);
4949

5050
} // namespace Fortran::runtime
51-
#endif /* FLANG_RT_DERIVED_H_ */
51+
#endif // FLANG_RT_DERIVED_H_

flang-rt/include/flang-rt/descriptor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,4 +482,4 @@ class alignas(Descriptor) StaticDescriptor {
482482
};
483483

484484
} // namespace Fortran::runtime
485-
#endif /* FLANG_RT_DESCRIPTOR_H_ */
485+
#endif // FLANG_RT_DESCRIPTOR_H_

flang-rt/include/flang-rt/emit-encoded.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@ RT_API_ATTRS bool EmitRepeated(CONTEXT &to, char ch, std::size_t n) {
114114
}
115115

116116
} // namespace Fortran::runtime::io
117-
#endif /* FLANG_RT_EMIT_ENCODED_H_ */
117+
#endif // FLANG_RT_EMIT_ENCODED_H_

flang-rt/include/flang-rt/environment.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ RT_OFFLOAD_VAR_GROUP_END
6767

6868
} // namespace Fortran::runtime
6969

70-
#endif /* FLANG_RT_ENVIRONMENT_H_ */
70+
#endif // FLANG_RT_ENVIRONMENT_H_

0 commit comments

Comments
 (0)