diff --git a/src/hydro/Shadowswift/hydro_iact.h b/src/hydro/Shadowswift/hydro_iact.h
index 28c3ce5521c8f15a971d47dbb3e48cdb2a57e77d..15219bf879ea7d34a8a45be217ef81107d3392e6 100644
--- a/src/hydro/Shadowswift/hydro_iact.h
+++ b/src/hydro/Shadowswift/hydro_iact.h
@@ -345,4 +345,3 @@ __attribute__((always_inline)) INLINE static void runner_iact_nonsym_force(
 
   runner_iact_fluxes_common(r2, dx, hi, hj, pi, pj, 0);
 }
-
diff --git a/tests/testGravityDerivatives.c b/tests/testGravityDerivatives.c
index aa9941976cede293d6b8f90e5bfb19b599eb03e9..eb7894a464a7e733c26bf3c8a9d40dd8a709f426 100644
--- a/tests/testGravityDerivatives.c
+++ b/tests/testGravityDerivatives.c
@@ -955,7 +955,8 @@ int main() {
 
     /* Compute all derivatives */
     struct potential_derivatives_M2L pot;
-    compute_potential_derivatives_M2L(dx, dy, dz, r2, r_inv, eps, eps_inv, &pot);
+    compute_potential_derivatives_M2L(dx, dy, dz, r2, r_inv, eps, eps_inv,
+                                      &pot);
 
     /* Minimal value we care about */
     const double min = 1e-9;