From ecdce2bf17af6fb30823e900118e96a08887a748 Mon Sep 17 00:00:00 2001 From: Owen Avery Date: Tue, 14 Feb 2023 18:47:53 -0500 Subject: [PATCH] gccrs: Add trailing newline gcc/rust/ChangeLog: * checks/errors/rust-feature-gate.h: Add trailing newline before EOF. Signed-off-by: Owen Avery --- gcc/rust/checks/errors/rust-feature-gate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/rust/checks/errors/rust-feature-gate.h b/gcc/rust/checks/errors/rust-feature-gate.h index 6768c4c..05789cf 100644 --- a/gcc/rust/checks/errors/rust-feature-gate.h +++ b/gcc/rust/checks/errors/rust-feature-gate.h @@ -193,4 +193,4 @@ private: std::set valid_features; }; } // namespace Rust -#endif \ No newline at end of file +#endif -- 2.7.4