From b37671838696c5b61c6f2c0d80c2e252c331c42f Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <schaller@strw.leidenuniv.nl>
Date: Sun, 16 Sep 2018 22:31:53 +0200
Subject: [PATCH] Code formatting

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

diff --git a/src/mesh_gravity.c b/src/mesh_gravity.c
index cee9d1828a..ce3d15394e 100644
--- a/src/mesh_gravity.c
+++ b/src/mesh_gravity.c
@@ -702,8 +702,8 @@ void pm_mesh_struct_restore(struct pm_mesh* mesh, FILE* stream) {
 #ifdef HAVE_FFTW
     const int N = mesh->N;
 
-   /* Initialise the thread-parallel FFTW version */
-   if (N >= 64) {
+    /* Initialise the thread-parallel FFTW version */
+    if (N >= 64) {
       fftw_init_threads();
       fftw_plan_with_nthreads(mesh->nr_threads);
     }
-- 
GitLab