From 760de02dcfa6791adbf9233968a9bf8c2dda2743 Mon Sep 17 00:00:00 2001 From: goodale Date: Mon, 17 May 2004 12:28:58 +0000 Subject: Untabified. Please try to adhere to the Cactus coding guidelines when modifying or adding files. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@440 b61c5cb5-eaca-4651-9a7a-d64986f99364 --- src/Storage.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Storage.c b/src/Storage.c index 161eeac..70044f0 100644 --- a/src/Storage.c +++ b/src/Storage.c @@ -738,7 +738,7 @@ static int PUGH_EnableGArrayGroupStorage (pGH *pughGH, } #ifdef DEBUG_PUGH printf (" PUGH_EnableGArrayDataStorage: new pointer is %p (%p)\n", - GA->padddata, GA->data); + GA->padddata, GA->data); fflush (stdout); #endif @@ -811,9 +811,9 @@ static int PUGH_EnableGArrayGroupStorage (pGH *pughGH, if (GA->padddata) { #ifdef DEBUG_PUGH - printf (" PUGH_DisableGArrayDataStorage: old pointer is %p (%p)\n", + printf (" PUGH_DisableGArrayDataStorage: old pointer is %p (%p)\n", GA->padddata, GA->data); - fflush (stdout); + fflush (stdout); #endif free (GA->padddata); } @@ -859,9 +859,9 @@ static int PUGH_EnableGArrayGroupStorage (pGH *pughGH, @endvar @@*/ void PUGH_InitializeMemory (const char *do_initialize_memory, - int vtype, - int bytes, - void *data) + int vtype, + int bytes, + void *data) { DECLARE_CCTK_PARAMETERS const char *vtypename; -- cgit v1.2.3