Whitespace.

This commit is contained in:
Ian A.Mason 2021-06-09 12:16:27 -07:00
parent df36a3bf73
commit 44dfcce1b8
3 changed files with 12 additions and 13 deletions

View File

@ -195,7 +195,6 @@ func checkCompilers() bool {
informUser("The Fortran compiler %s is:\n\n\t%s\n\n", f, extractLine(fVersion, 0))
}
//FIXME: why "or" rather than "and"? BECAUSE: if you only need CC, not having CXX is not an error.
return ccOK || cxxOK || fOK
}