From 31e0cfaeb1c9776c595f841f9a671ca3b80a9a5b Mon Sep 17 00:00:00 2001 From: Joris Goosen Date: Thu, 24 Oct 2024 16:44:34 +0200 Subject: [PATCH] remove spurious tabs --- Common/otoolstuff.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/otoolstuff.cpp b/Common/otoolstuff.cpp index 971274a833..d3e05e6586 100644 --- a/Common/otoolstuff.cpp +++ b/Common/otoolstuff.cpp @@ -119,8 +119,8 @@ void _moduleLibraryFixer(const std::string & moduleLibraryPath, bool engineCall, if(devMod) { ids_to_be_replaced = { #ifndef __aarch64__ - {"libgfortran.dylib", framework_resources + "opt/local/gfortran/lib/libgfortran.dylib"} - ,{"libquadmath.dylib", framework_resources + "opt/local/gfortran/lib/libquadmath.dylib"} + {"libgfortran.dylib", framework_resources + "opt/local/gfortran/lib/libgfortran.dylib"} + ,{"libquadmath.dylib", framework_resources + "opt/local/gfortran/lib/libquadmath.dylib"} #endif }; }