diff options
author | Owen Avery <powerboat9.gamer@gmail.com> | 2025-03-27 20:39:00 -0400 |
---|---|---|
committer | Philip Herron <philip.herron@embecosm.com> | 2025-03-28 18:34:12 +0000 |
commit | ebac3ab5bec8a6f08f4549edfee799e64c719d0c (patch) | |
tree | a85930189b993d792a1c765977802f3f8445078b | |
parent | d60a925642b5c485c26f7a8a3e5eaec988e007e2 (diff) | |
download | gcc-ebac3ab5bec8a6f08f4549edfee799e64c719d0c.zip gcc-ebac3ab5bec8a6f08f4549edfee799e64c719d0c.tar.gz gcc-ebac3ab5bec8a6f08f4549edfee799e64c719d0c.tar.bz2 |
Add ending newline to rust-macro-builtins-log-debug.cc
gcc/rust/ChangeLog:
* expand/rust-macro-builtins-log-debug.cc:
Add newline to end of file.
Signed-off-by: Owen Avery <powerboat9.gamer@gmail.com>
-rw-r--r-- | gcc/rust/expand/rust-macro-builtins-log-debug.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rust/expand/rust-macro-builtins-log-debug.cc b/gcc/rust/expand/rust-macro-builtins-log-debug.cc index 9401a39..44fb5b6 100644 --- a/gcc/rust/expand/rust-macro-builtins-log-debug.cc +++ b/gcc/rust/expand/rust-macro-builtins-log-debug.cc @@ -30,4 +30,4 @@ MacroBuiltin::assert_handler (location_t invoc_locus, return AST::Fragment::create_error (); } -} // namespace Rust
\ No newline at end of file +} // namespace Rust |