Skip to content

Commit a747712

Browse files
committed
Remove whitespace.
1 parent 201b576 commit a747712

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bindgen/codegen/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -5242,7 +5242,6 @@ pub(crate) mod utils {
52425242
primitive_ty(ctx, "usize")
52435243
}
52445244
"uintptr_t" => primitive_ty(ctx, "usize"),
5245-
52465245
"ssize_t" if ctx.options().size_t_is_usize => {
52475246
primitive_ty(ctx, "isize")
52485247
}

0 commit comments

Comments
 (0)