1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 04:23:51 +00:00

Prettify code

This commit is contained in:
Igor S. Gerasimov 2025-01-03 12:37:42 +01:00
parent 9b14656c8a
commit fb9686fb28

View File

@ -320,7 +320,7 @@ module tracy
type(c_ptr), intent(in) :: fiber_name
end subroutine impl_tracy_fiber_enter
subroutine tracy_fiber_leave() &
bind(C, name="___tracy_fiber_leave") &
bind(C, name="___tracy_fiber_leave")
end subroutine tracy_fiber_leave
end interface
#endif