Run clang-format across everything (#7849)

* run clang-format-18 across Code/*.cpp and Code/*.h

* run clang-format-18 across External
This commit is contained in:
Greg Landrum
2024-09-26 13:39:02 +02:00
committed by GitHub
parent f1606cb940
commit da6cd73168
248 changed files with 3532 additions and 3574 deletions

View File

@@ -233,9 +233,9 @@ unsigned int jacobi(double quad[4][4], double eigenVals[4],
s * s * eigenVals[i] + c * c * eigenVals[j] + 2.0 * c * s * b;
eigenVals[i] = dtemp;
} /* end if */
} /* end for i */
} /* end for j */
} /* end for l */
} /* end for i */
} /* end for j */
} /* end for l */
Exit_now: