From 3bedd6540373315c07df6410f06273fa9c83a7ee Mon Sep 17 00:00:00 2001
From: "Peter W. Draper" <p.w.draper@durham.ac.uk>
Date: Mon, 3 Jul 2017 18:13:46 +0100
Subject: [PATCH] formatting

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

diff --git a/examples/main.c b/examples/main.c
index 25eaf92a39..bf7b43f047 100644
--- a/examples/main.c
+++ b/examples/main.c
@@ -140,7 +140,7 @@ int main(int argc, char *argv[]) {
     error("Call to MPI_Comm_set_errhandler failed with error %i.", res);
   if (myrank == 0)
     printf("[0000] [00000.0] main: MPI is up and running with %i node(s).\n\n",
-	   nr_nodes);
+           nr_nodes);
   if (nr_nodes == 1) {
     message("WARNING: you are running with one MPI rank.");
     message("WARNING: you should use the non-MPI version of this program.");
diff --git a/src/partition.c b/src/partition.c
index 1588aa2482..f30e5d0ad3 100644
--- a/src/partition.c
+++ b/src/partition.c
@@ -1071,8 +1071,9 @@ void partition_init(struct partition *partition,
   if (repartition->trigger <= 0)
     error("Invalid DomainDecomposition:trigger, must be greater than zero");
   if (repartition->trigger < 2 && repartition->trigger >= 1)
-    error("Invalid DomainDecomposition:trigger, must be 2 or greater or less"
-          " than 1");
+    error(
+        "Invalid DomainDecomposition:trigger, must be 2 or greater or less"
+        " than 1");
 
   /* Fraction of particles that should be updated before a repartition
    * based on CPU time is considered. */
-- 
GitLab