From f181430fdbc16f18b4d9787b71a0e86885eb5215 Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <matthieu.schaller@durham.ac.uk>
Date: Thu, 23 Feb 2017 11:04:49 +0100
Subject: [PATCH] Code formatting

---
 examples/main.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/examples/main.c b/examples/main.c
index 1340ff1b48..f4e6520c80 100644
--- a/examples/main.c
+++ b/examples/main.c
@@ -515,7 +515,8 @@ int main(int argc, char *argv[]) {
   struct engine e;
   engine_init(&e, &s, params, nr_nodes, myrank, nr_threads, with_aff,
               engine_policies, talking, reparttype, &us, &prog_const,
-              &hydro_properties, &gravity_properties, &potential, &cooling_func, &sourceterms);
+              &hydro_properties, &gravity_properties, &potential, &cooling_func,
+              &sourceterms);
   if (myrank == 0) {
     clocks_gettime(&toc);
     message("engine_init took %.3f %s.", clocks_diff(&tic, &toc),
-- 
GitLab