aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Herron <philip.herron@embecosm.com>2021-04-05 10:57:11 +0100
committerPhilip Herron <philip.herron@embecosm.com>2021-04-05 10:57:11 +0100
commitcb8b27a423d9c74f05e742895febfebc7ce3cb37 (patch)
treeeb0be9771fcfaafc44605985693c2d9aed87077b
parent21522a81416d88704ef009a82eb95a7b7ff62cc3 (diff)
downloadgcc-cb8b27a423d9c74f05e742895febfebc7ce3cb37.zip
gcc-cb8b27a423d9c74f05e742895febfebc7ce3cb37.tar.gz
gcc-cb8b27a423d9c74f05e742895febfebc7ce3cb37.tar.bz2
Fix formatting of file from merge of bootstrapping build fixes
-rw-r--r--gcc/rust/rust-diagnostics.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/rust/rust-diagnostics.cc b/gcc/rust/rust-diagnostics.cc
index 1e6d9f2..ab498c9 100644
--- a/gcc/rust/rust-diagnostics.cc
+++ b/gcc/rust/rust-diagnostics.cc
@@ -189,8 +189,7 @@ rust_inform (const Location location, const char *fmt, ...)
// rust_debug uses normal printf formatting, not GCC diagnostic formatting.
void
-rust_debug (const Location location, const char *fmt, ...)
- ATTRIBUTE_PRINTF_2;
+rust_debug (const Location location, const char *fmt, ...) ATTRIBUTE_PRINTF_2;
void
rust_debug (const Location location, const char *fmt, ...)