From 812651602303ed03f5f04779506d3ad7fc50d88f Mon Sep 17 00:00:00 2001 From: Pedro Gonnet <gonnet@google.com> Date: Thu, 6 Jul 2017 22:38:25 +0200 Subject: [PATCH] formatting. --- src/runner.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/runner.c b/src/runner.c index 5637cde833..6af4b62105 100644 --- a/src/runner.c +++ b/src/runner.c @@ -1523,8 +1523,7 @@ void runner_do_recv_part(struct runner *r, struct cell *c, int timer) { float h_max = 0.f; #ifdef SWIFT_DEBUG_CHECKS - if(c->nodeID == engine_rank) - error("Updating a local cell!"); + if (c->nodeID == engine_rank) error("Updating a local cell!"); #endif /* If this cell is a leaf, collect the particle data. */ @@ -1604,8 +1603,7 @@ void runner_do_recv_gpart(struct runner *r, struct cell *c, int timer) { timebin_t time_bin_max = 0; #ifdef SWIFT_DEBUG_CHECKS - if(c->nodeID == engine_rank) - error("Updating a local cell!"); + if (c->nodeID == engine_rank) error("Updating a local cell!"); #endif /* If this cell is a leaf, collect the particle data. */ @@ -1682,8 +1680,7 @@ void runner_do_recv_spart(struct runner *r, struct cell *c, int timer) { timebin_t time_bin_max = 0; #ifdef SWIFT_DEBUG_CHECKS - if(c->nodeID == engine_rank) - error("Updating a local cell!"); + if (c->nodeID == engine_rank) error("Updating a local cell!"); #endif /* If this cell is a leaf, collect the particle data. */ -- GitLab