From f42d12c96264da8b8b2665bc88aa126e0a7d0474 Mon Sep 17 00:00:00 2001 From: allen Date: Sat, 5 Jan 2002 18:58:18 +0000 Subject: Cosmetic formatting change git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/CoordGauge/trunk@39 edbb7e70-9571-45d5-a481-0a560a9b4751 --- src/Slicing.c | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/Slicing.c b/src/Slicing.c index 3295842..4df0739 100644 --- a/src/Slicing.c +++ b/src/Slicing.c @@ -105,12 +105,13 @@ int Einstein_RegisterSlicing(const char *slice_name) /*increase the counter for registered slicings */ num_slicings++; - } else - { - /* Memory failure */ - CCTK_WARN(0,"cannot allocate memory for new slicing"); - handle = -2; - } + } + else + { + /* Memory failure */ + CCTK_WARN(0,"cannot allocate memory for new slicing"); + handle = -2; + } } else { -- cgit v1.2.3