Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
HeteroFlow
THAPI
Commits
d72715cd
Commit
d72715cd
authored
Apr 27, 2020
by
Brice Videau
Browse files
Fix indentation.
parent
2e019c2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
ze/gen_ze_bindings.rb
View file @
d72715cd
...
...
@@ -14,7 +14,7 @@ $all_funcs.each { |f|
type
,
params
=
f
.
type
.
to_ffi
puts
<<
EOF
attach_function
#{
to_ffi_name
(
f
.
name
)
}
,
[
#{
params
.
join
(
",
\n
"
+
" "
*
18
)
}
],
[
#{
params
.
join
(
",
\n
"
+
" "
*
20
)
}
],
#{
type
}
EOF
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment