From 4b78f969bc0767b2579227f7014c5f9594c21691 Mon Sep 17 00:00:00 2001 From: eschnett Date: Sat, 8 Feb 2014 00:40:10 +0000 Subject: Whitespace update git-svn-id: http://svn.cactuscode.org/flesh/trunk@5078 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/main/ShutdownCactus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/ShutdownCactus.c b/src/main/ShutdownCactus.c index df7a347e..96f78ae7 100644 --- a/src/main/ShutdownCactus.c +++ b/src/main/ShutdownCactus.c @@ -91,7 +91,7 @@ int CCTKi_ShutdownCactus(tFleshConfig *ConfigData) fflush(stdout); #ifdef CCTK_MPI - if(MPI_Active) + if (MPI_Active) { CACTUS_MPI_ERROR(MPI_Finalize()); } -- cgit v1.2.3