Skip to content

Commit

Permalink
remove spurious tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisGoosen committed Oct 24, 2024
1 parent 6560809 commit 31e0cfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Common/otoolstuff.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
};
}
Expand Down

0 comments on commit 31e0cfa

Please sign in to comment.