From 9dff8f4c8b5388442741ade3deafc6929e3d7de3 Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <matthieu.schaller@durham.ac.uk>
Date: Thu, 11 Aug 2016 11:48:02 +0100
Subject: [PATCH] Code formatting

---
 src/kernel_hydro.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/kernel_hydro.h b/src/kernel_hydro.h
index e8a2b23ac9..a53465571d 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);
-- 
GitLab