From ec5bf4861d17474bcda84a35b0cc27dc1f25e194 Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <schaller@strw.leidenuniv.nl>
Date: Wed, 28 Oct 2020 19:01:51 +0100
Subject: [PATCH] Small formatting improvements

---
 tests/test27cells.c      | 14 +++++++-------
 tests/test27cellsStars.c | 14 +++++++-------
 2 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/tests/test27cells.c b/tests/test27cells.c
index ab20b936f5..6ae69835a4 100644
--- a/tests/test27cells.c
+++ b/tests/test27cells.c
@@ -363,14 +363,14 @@ void runner_doself1_branch_density(struct runner *r, struct cell *c,
                                    const int limit_min_h,
                                    const int limit_max_h);
 void runner_dosub_pair_subset_density(struct runner *r,
-				      struct cell *restrict ci,
-				      struct part *restrict parts_i,
-				      int *restrict ind, int count,
-				      struct cell *restrict cj);
+                                      struct cell *restrict ci,
+                                      struct part *restrict parts_i,
+                                      int *restrict ind, int count,
+                                      struct cell *restrict cj);
 void runner_dosub_self_subset_density(struct runner *r,
-				      struct cell *restrict ci,
-				      struct part *restrict parts,
-				      int *restrict ind, int count);
+                                      struct cell *restrict ci,
+                                      struct part *restrict parts,
+                                      int *restrict ind, int count);
 
 /* And go... */
 int main(int argc, char *argv[]) {
diff --git a/tests/test27cellsStars.c b/tests/test27cellsStars.c
index 150279432b..56e4bd7294 100644
--- a/tests/test27cellsStars.c
+++ b/tests/test27cellsStars.c
@@ -286,14 +286,14 @@ void runner_doself_branch_stars_density(struct runner *r, struct cell *c,
                                         const int limit_min_h,
                                         const int limit_max_h);
 void runner_dosub_pair_subset_stars_density(struct runner *r,
-					    struct cell *restrict ci,
-					    struct spart *restrict sparts_i,
-					    int *restrict ind, int scount,
-					    struct cell *restrict cj);
+                                            struct cell *restrict ci,
+                                            struct spart *restrict sparts_i,
+                                            int *restrict ind, int scount,
+                                            struct cell *restrict cj);
 void runner_dosub_self_subset_stars_density(struct runner *r,
-					    struct cell *restrict ci,
-					    struct spart *restrict sparts,
-					    int *restrict ind, int scount);
+                                            struct cell *restrict ci,
+                                            struct spart *restrict sparts,
+                                            int *restrict ind, int scount);
 
 /* And go... */
 int main(int argc, char *argv[]) {
-- 
GitLab