diff options
author | Owen Avery <powerboat9.gamer@gmail.com> | 2023-02-14 18:47:53 -0500 |
---|---|---|
committer | CohenArthur <arthur.cohen@embecosm.com> | 2023-02-15 08:02:07 +0000 |
commit | 64ea37670afb4a5e57f019687c6f6e8bf261d4a9 (patch) | |
tree | c2f688d8224344ca39f5535f6f6ba81a6e378f64 /gcc | |
parent | dac6d99a873759e7cca355508e814ef03e5659d1 (diff) | |
download | gcc-64ea37670afb4a5e57f019687c6f6e8bf261d4a9.zip gcc-64ea37670afb4a5e57f019687c6f6e8bf261d4a9.tar.gz gcc-64ea37670afb4a5e57f019687c6f6e8bf261d4a9.tar.bz2 |
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 |