white space adjustments

This commit is contained in:
Martin Diehl 2021-04-03 16:44:38 +02:00
parent 2aa824c124
commit 09beb8f38c
1 changed files with 11 additions and 12 deletions

View File

@ -720,7 +720,6 @@ function tNode_get_byKey_asFloat(self,k,defaultVal) result(nodeAsFloat)
class(tNode), pointer :: node
type(tScalar), pointer :: scalar
character(len=:), allocatable :: str
if (self%contains(k)) then
node => self%get(k)