From 5d1833163c86c0e4e37d08199b42eeae0bd021a0 Mon Sep 17 00:00:00 2001 From: gangatp Date: Tue, 30 Jan 2024 16:30:12 +0530 Subject: [PATCH] spaces to tabs --- Source/Common/NMR_StringUtils.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Common/NMR_StringUtils.cpp b/Source/Common/NMR_StringUtils.cpp index 20a4b6603..ed1b5c0b6 100644 --- a/Source/Common/NMR_StringUtils.cpp +++ b/Source/Common/NMR_StringUtils.cpp @@ -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); + } if ((dResult == HUGE_VAL) || (dResult == -HUGE_VAL)) throw CNMRException(NMR_ERROR_STRINGTODOUBLECONVERSIONOUTOFRANGE);