Skip to content

Commit 68a9f3c

Browse files
committed
Remove unnecessary space.
1 parent 777efaf commit 68a9f3c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

crates/stdarch-gen/src/main.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -318,13 +318,12 @@ fn gen_aarch64(
318318
let ext = type_to_ext(in_t);
319319

320320
format!(
321-
r#"
322-
#[allow(improper_ctypes)]
321+
r#"#[allow(improper_ctypes)]
323322
extern "C" {{
324323
#[cfg_attr(target_arch = "aarch64", link_name = "llvm.aarch64.neon.{}")]
325324
fn {}(a: {}, a: {}) -> {};
326325
}}
327-
"#,
326+
"#,
328327
link_aarch64.replace("_EXT_", ext),
329328
current_fn,
330329
in_t,

0 commit comments

Comments
 (0)