From ecdce2bf17af6fb30823e900118e96a08887a748 Mon Sep 17 00:00:00 2001
From: Owen Avery <powerboat9.gamer@gmail.com>
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 <powerboat9.gamer@gmail.com>
---
 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 6768c4c24985..05789cf4751e 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<Feature::Name> valid_features;
 };
 } // namespace Rust
-#endif
\ No newline at end of file
+#endif
-- 
GitLab