Skip to content

Commit 86d42cf

Browse files
committed
Fix indentation
1 parent ae7b7b6 commit 86d42cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/inputs.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ subroutine set_global_vars()
126126
write(0,'("&
127127
&ERROR: No input filename supplied, &
128128
&but the flag ''-f'' was used&
129-
&")')
129+
&")')
130130
infilename_do: do j = 1, 3
131131
write(6,'("Please supply an input filename:")')
132132
read(5,'(A)') input_file
@@ -157,7 +157,7 @@ subroutine set_global_vars()
157157
write(6,'("-----------------FILE-NAME-FLAGS-----------------")')
158158
write(6,'(2X,"-f<STR> : Input structure file name (&
159159
&Default = (empty)&
160-
&).")')
160+
&).")')
161161
stop
162162
end if
163163
end do flagloop

0 commit comments

Comments
 (0)