aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>2004-05-17 12:28:58 +0000
committergoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>2004-05-17 12:28:58 +0000
commit760de02dcfa6791adbf9233968a9bf8c2dda2743 (patch)
tree5d0c178654c5f2f22a42f08791af870d71a3fc93
parent6bee352f614f47195c4d4014457df779ce96b9b3 (diff)
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
-rw-r--r--src/Storage.c12
1 files 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;