Skip to content

Commit c11d9b0

Browse files
committed
line length
1 parent f774186 commit c11d9b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pluto/src/pluto_f/pluto_module_allocator.fypp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module pluto_module_allocator
22

3-
use iso_c_binding, only: c_loc, c_ptr, c_int, c_size_t, c_null_ptr, c_double, c_float, c_int32_t, c_int64_t, c_f_pointer, c_associated
3+
use iso_c_binding, only : c_loc, c_ptr, c_int, c_size_t, c_null_ptr, c_double, c_float, &
4+
& c_int32_t, c_int64_t, c_f_pointer, c_associated
45
use pluto_module_abort, only : &
56
pluto_abort
67
use pluto_module_memory_resource, only : &

0 commit comments

Comments
 (0)