summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@17b73243-c579-4c4c-a9d2-2d5706c11dac>2014-02-08 00:40:10 +0000
committereschnett <eschnett@17b73243-c579-4c4c-a9d2-2d5706c11dac>2014-02-08 00:40:10 +0000
commit4b78f969bc0767b2579227f7014c5f9594c21691 (patch)
tree2ebe9a704f3409c58ed23ee26cca876b4fd27833
parentd2e05006c14f62d08f7cfcff04f0c016d7521e55 (diff)
Whitespace update
git-svn-id: http://svn.cactuscode.org/flesh/trunk@5078 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--src/main/ShutdownCactus.c2
1 files changed, 1 insertions, 1 deletions
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());
}