Skip to content

Commit

Permalink
spaces to tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
gangatp committed Jan 30, 2024
1 parent 06eb11a commit 5d18331
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Common/NMR_StringUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ namespace NMR {
}
else if (answer.ptr && answer.ptr[0] == ',') // Invalidate comma as decimal separator
{
throw CNMRException(NMR_ERROR_INVALIDSTRINGTODOUBLECONVERSION);
}
throw CNMRException(NMR_ERROR_INVALIDSTRINGTODOUBLECONVERSION);

Check warning on line 166 in Source/Common/NMR_StringUtils.cpp

View check run for this annotation

Codecov / codecov/patch

Source/Common/NMR_StringUtils.cpp#L166

Added line #L166 was not covered by tests
}

if ((dResult == HUGE_VAL) || (dResult == -HUGE_VAL))
throw CNMRException(NMR_ERROR_STRINGTODOUBLECONVERSIONOUTOFRANGE);
Expand Down

0 comments on commit 5d18331

Please sign in to comment.