summaryrefslogtreecommitdiff
path: root/src/include/cctk_Groups.h
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-27 18:56:31 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-27 18:56:31 +0000
commitca08c68ac75f62fb3750be571301c470136538f9 (patch)
tree9f16b2ee285a472827a69f7a28b456aaf4464ecd /src/include/cctk_Groups.h
parent3476a41713d8ba22e68990f9690ec12005298c89 (diff)
Untabified.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1312 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctk_Groups.h')
-rw-r--r--src/include/cctk_Groups.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/include/cctk_Groups.h b/src/include/cctk_Groups.h
index 35642065..fe4c0bf5 100644
--- a/src/include/cctk_Groups.h
+++ b/src/include/cctk_Groups.h
@@ -24,14 +24,15 @@ typedef struct
/* Prototypes */
#ifdef __cplusplus
-extern "C" {
+extern "C"
+{
#endif
#include "cctk_Types.h"
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);
@@ -89,4 +90,4 @@ char *CCTK_VarTypeName(int vartype);
#define CCTK_PROTECTED 2
#define CCTK_PUBLIC 3
-#endif
+#endif /* _CCTK_GROUPS_H_ */