From c8a7383f3d1cf4c346c004e0f44f6de42afda044 Mon Sep 17 00:00:00 2001 From: "Peter W. Draper" <p.w.draper@durham.ac.uk> Date: Fri, 12 Apr 2019 17:11:48 +0100 Subject: [PATCH] Formatting --- examples/main.c | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/examples/main.c b/examples/main.c index 24218fe08e..10cabd5608 100644 --- a/examples/main.c +++ b/examples/main.c @@ -741,16 +741,18 @@ int main(int argc, char *argv[]) { potential_init(params, &prog_const, &us, &s, &potential); if (myrank == 0) potential_print(&potential); - /* Initialise the cooling function properties */ + /* Initialise the cooling function properties */ #ifdef COOLING_NONE if (with_cooling || with_temperature) { - error("ERROR: Running with cooling / temperature calculation" - " but compiled without it."); + error( + "ERROR: Running with cooling / temperature calculation" + " but compiled without it."); } #else if (!with_cooling && !with_temperature) { - error("ERROR: Compiled with cooling but running without it. " - "Did you forget the --cooling or --temperature flags?"); + error( + "ERROR: Compiled with cooling but running without it. " + "Did you forget the --cooling or --temperature flags?"); } #endif bzero(&cooling_func, sizeof(struct cooling_function_data)); -- GitLab