Skip to content

Commit 17fc4d2

Browse files
committed
style: indent
1 parent f8244e5 commit 17fc4d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tests/loadtxt/test_savetxt.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ function get_outpath() result(outpath)
2121

2222
call get_command_argument(1, argv, status=ierr)
2323
if (ierr==0) then
24-
outpath = trim(argv)
24+
outpath = trim(argv)
2525
else
26-
outpath = '.'
26+
outpath = '.'
2727
endif
2828
end function get_outpath
2929

0 commit comments

Comments
 (0)