mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
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:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user