Skip to content

Commit 7dd1887

Browse files
style: pre-commit fixes
1 parent e8d45cd commit 7dd1887

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gala/potential/potential/src/cpotential.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ void c_gradient(CPotential *p, size_t N, double t, double *qp, double *grad) {
233233
// Initialize temporary arrays
234234
memset(qp_trans, 0, sizeof(qp_trans));
235235
memset(tmp_grad, 0, sizeof(tmp_grad));
236-
236+
237237

238238
// Apply shift and rotation to all particles
239239
apply_shift_rotate_N(

0 commit comments

Comments
 (0)