From cbf06455e3dbed1780d907727d713929f74fe2c1 Mon Sep 17 00:00:00 2001 From: schnetter Date: Mon, 7 Jun 2004 11:10:52 +0000 Subject: Fix indentation. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3759 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/include/cctk_Groups.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/include/cctk_Groups.h b/src/include/cctk_Groups.h index 2a6602c1..9b44008c 100644 --- a/src/include/cctk_Groups.h +++ b/src/include/cctk_Groups.h @@ -37,8 +37,8 @@ extern "C" int CCTK_StaggerVars(void); int CCTK_DecomposeName(const char *fullname, - char **implementation, - char **name); + char **implementation, + char **name); int CCTK_FirstVarIndex(const char *group); int CCTK_FirstVarIndexI(int group); @@ -92,7 +92,7 @@ const char *CCTK_VarTypeName(int vartype); int CCTK_VarTypeSize(int vtype); -const int *CCTKi_GroupLengthAsPointer(const char *fullgroupname); +const int * CCTKi_GroupLengthAsPointer(const char *fullgroupname); /* traverse a string of group and/or variable names */ int CCTK_TraverseString (const char *parsestring, -- cgit v1.2.3