diff options
author | Owen Avery <powerboat9.gamer@gmail.com> | 2023-02-14 18:47:53 -0500 |
---|---|---|
committer | Arthur Cohen <arthur.cohen@embecosm.com> | 2023-04-06 10:47:23 +0200 |
commit | ecdce2bf17af6fb30823e900118e96a08887a748 (patch) | |
tree | 18615cc7370901097fcd19986d1d5cd8e68636b7 /gcc | |
parent | a11b44b6a5768192b73a5b1096e27010296fd7c2 (diff) | |
download | gcc-ecdce2bf17af6fb30823e900118e96a08887a748.zip gcc-ecdce2bf17af6fb30823e900118e96a08887a748.tar.gz gcc-ecdce2bf17af6fb30823e900118e96a08887a748.tar.bz2 |
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>
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/rust/checks/errors/rust-feature-gate.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<Feature::Name> valid_features; }; } // namespace Rust -#endif
\ No newline at end of file +#endif |