Skip to content

Commit b28f3a4

Browse files
committed
Clean whitespace
1 parent a850b83 commit b28f3a4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Lib/fortran/funptrs.swg

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@
1717

1818
%typemap(in) SWIGTYPE (*)(ANY) = void *;
1919
%typemap(out) SWIGTYPE (*)(ANY) = void *;
20-
20+
2121
%typemap(fin) SWIGTYPE (*)(ANY)
2222
"$1 = c_funloc($input)"
2323
%typemap(fout) SWIGTYPE (*)(ANY)
2424
"call c_f_procpointer($1, $result)"
25-
26-
%apply SWIGTYPE (*)(ANY) { SWIGTYPE (* const)(ANY) } ;
2725

26+
%apply SWIGTYPE (*)(ANY) { SWIGTYPE (* const)(ANY) } ;
2827

0 commit comments

Comments
 (0)