aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/rust-target.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/rust/rust-target.h')
-rw-r--r--gcc/rust/rust-target.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/rust/rust-target.h b/gcc/rust/rust-target.h
index dbc2baf..e61ea51 100644
--- a/gcc/rust/rust-target.h
+++ b/gcc/rust/rust-target.h
@@ -26,8 +26,7 @@
#include "rust-target.def"
/* Used by target to add target-related info. */
-extern void
-rust_add_target_info (const char *, const char *);
+extern void rust_add_target_info (const char *, const char *);
/* Each target can provide their own. */
extern struct gcc_targetrustm targetrustm;