Skip to content

Commit 0f2c9f2

Browse files
adetayloremilio
authored andcommitted
Further formatting fix.
1 parent bd513fa commit 0f2c9f2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

bindgen/ir/function.rs

+4-2
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,8 @@ impl ClangSubItemParser for Function {
735735
return Err(ParseError::Continue);
736736
}
737737
if cursor.access_specifier() == CX_CXXPrivate &&
738-
!context.options().generate_private_functions {
738+
!context.options().generate_private_functions
739+
{
739740
return Err(ParseError::Continue);
740741
}
741742

@@ -756,7 +757,8 @@ impl ClangSubItemParser for Function {
756757
}
757758

758759
if cursor.is_deleted_function() &&
759-
!context.options().generate_deleted_functions {
760+
!context.options().generate_deleted_functions
761+
{
760762
return Err(ParseError::Continue);
761763
}
762764

0 commit comments

Comments
 (0)