Skip to content

Commit ef4848c

Browse files
committed
Format
1 parent d4cc212 commit ef4848c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

bindgen/codegen/helpers.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,11 @@ pub(crate) mod attributes {
8484
/// just noise.
8585
/// TODO: Should this be `MaybeUninit`, since padding bytes are effectively
8686
/// uninitialized?
87-
pub(crate) fn blob(ctx: &BindgenContext, layout: Layout, ffi_safe: bool) -> syn::Type {
87+
pub(crate) fn blob(
88+
ctx: &BindgenContext,
89+
layout: Layout,
90+
ffi_safe: bool,
91+
) -> syn::Type {
8892
let opaque = layout.opaque();
8993

9094
// FIXME(emilio, #412): We fall back to byte alignment, but there are

0 commit comments

Comments
 (0)