================
@@ -341,4 +338,4 @@ struct HasMultiDimArray {
// OGCG: ret void
extern "C" HasMultiDimArray make_multi_copy(const HasMultiDimArray &src) {
return src;
-}
+}
----------------
andykaylor wrote:Nit: Missing new line at the end of the file. https://github.com/llvm/llvm-project/pull/207260 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
