From: Owen Avery Date: Tue, 14 Feb 2023 23:47:53 +0000 (-0500) Subject: gccrs: Add trailing newline X-Git-Tag: basepoints/gcc-14~106 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ecdce2bf17af6fb30823e900118e96a08887a748;p=thirdparty%2Fgcc.git gccrs: Add trailing newline gcc/rust/ChangeLog: * checks/errors/rust-feature-gate.h: Add trailing newline before EOF. Signed-off-by: Owen Avery --- 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 valid_features; }; } // namespace Rust -#endif \ No newline at end of file +#endif