From 136c2a48d8a46bac134499d02c4d79b931c076f3 Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <matthieu.schaller@durham.ac.uk>
Date: Mon, 18 Jul 2016 18:26:09 +0100
Subject: [PATCH] Formatting

---
 examples/main.c | 4 ++--
 src/common_io.c | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/examples/main.c b/examples/main.c
index a592c974fe..99f673307a 100644
--- a/examples/main.c
+++ b/examples/main.c
@@ -358,8 +358,8 @@ int main(int argc, char *argv[]) {
                    &periodic, &flag_entropy_ICs, myrank, nr_nodes,
                    MPI_COMM_WORLD, MPI_INFO_NULL, dry_run);
 #else
-  read_ic_serial(ICfileName, &us, dim, &parts, &gparts, &Ngas, &Ngpart, &periodic,
-                 &flag_entropy_ICs, myrank, nr_nodes, MPI_COMM_WORLD,
+  read_ic_serial(ICfileName, &us, dim, &parts, &gparts, &Ngas, &Ngpart,
+                 &periodic, &flag_entropy_ICs, myrank, nr_nodes, MPI_COMM_WORLD,
                  MPI_INFO_NULL, dry_run);
 #endif
 #else
diff --git a/src/common_io.c b/src/common_io.c
index 7108ff8d92..d3590ae402 100644
--- a/src/common_io.c
+++ b/src/common_io.c
@@ -120,7 +120,7 @@ size_t sizeOfType(enum DATA_TYPE type) {
  * Returns an error if the type is not FLOAT or DOUBLE
  */
 int isDoublePrecision(enum DATA_TYPE type) {
-  
+
   switch (type) {
     case FLOAT:
       return 0;
-- 
GitLab