From 85dd55f67d18abaae0739f1d2d5986f81359abae Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <matthieu.schaller@durham.ac.uk>
Date: Mon, 26 Sep 2016 21:20:01 +0100
Subject: [PATCH] Code formatting

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

diff --git a/examples/main.c b/examples/main.c
index 57b94ac5b4..656773582f 100644
--- a/examples/main.c
+++ b/examples/main.c
@@ -268,7 +268,7 @@ int main(int argc, char *argv[]) {
     message("CPU frequency used for tick conversion: %llu Hz", cpufreq);
   }
 
-  /* Report host name(s). */
+/* Report host name(s). */
 #ifdef WITH_MPI
   if (myrank == 0 || verbose > 1) {
     message("Rank %d running on: %s", myrank, hostname());
-- 
GitLab