Skip to content

Commit a6877a5

Browse files
Reformat files via pre-commit
1 parent ad6c79a commit a6877a5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

oif_impl/lang_c/dispatch_c.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,7 @@ call_impl(ImplInfo *impl_info_, const char *method, OIFArgs *in_args, OIFArgs *o
118118
if (in_args->arg_types[i] == OIF_FLOAT64) {
119119
arg_types[i] = &ffi_type_double;
120120
}
121-
else if (in_args->arg_types[i] == OIF_ARRAY_F64 ||
122-
in_args->arg_types[i] == OIF_STR) {
121+
else if (in_args->arg_types[i] == OIF_ARRAY_F64 || in_args->arg_types[i] == OIF_STR) {
123122
arg_types[i] = &ffi_type_pointer;
124123
}
125124
else if (in_args->arg_types[i] == OIF_CALLBACK) {

0 commit comments

Comments
 (0)