diff --git a/src/kernel_hydro.h b/src/kernel_hydro.h
index e8a2b23ac9def1e1938358b2502658660fb91ad5..a53465571dbea73c1e2460491500bf6561066e85 100644
--- a/src/kernel_hydro.h
+++ b/src/kernel_hydro.h
@@ -252,7 +252,7 @@ __attribute__((always_inline)) INLINE static void kernel_deval(
 
   //#if kernel_ivals == 1
   ///* Only one branch in this case */
-  //const float *const coeffs = &kernel_coeffs[0];
+  // const float *const coeffs = &kernel_coeffs[0];
   //#else
   /* Pick the correct branch of the kernel */
   const int temp = (int)(x * kernel_ivals_f);
@@ -290,7 +290,7 @@ __attribute__((always_inline)) INLINE static void kernel_eval(
 
   //#if kernel_ivals == 1
   ///* Only one branch in this case */
-  //const float *const coeffs = &kernel_coeffs[0];
+  // const float *const coeffs = &kernel_coeffs[0];
   //#else
   /* Pick the correct branch of the kernel */
   const int temp = (int)(x * kernel_ivals_f);