aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2010-10-24 17:56:22 -0400
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 18:25:35 +0000
commit497d407e781b73eea64b41d6afa155b2b3daa2a7 (patch)
tree3913867e82f5ecc8dec80f35d16bc0d926e49208
parent7751eb7cb3f44870c49c8da98c86470153cd2cd4 (diff)
Carpet: Correct indentation
-rw-r--r--Carpet/Carpet/src/carpet.hh8
1 files changed, 4 insertions, 4 deletions
diff --git a/Carpet/Carpet/src/carpet.hh b/Carpet/Carpet/src/carpet.hh
index 93b5bc848..3da3d460f 100644
--- a/Carpet/Carpet/src/carpet.hh
+++ b/Carpet/Carpet/src/carpet.hh
@@ -66,13 +66,13 @@ namespace Carpet {
// Schedule
int CallBeforeRoutines (cGH const * cctkGH,
- void * const function,
- cFunctionData * const attribute,
- void * const data);
- int CallAfterRoutines (cGH const * cctkGH,
void * const function,
cFunctionData * const attribute,
void * const data);
+ int CallAfterRoutines (cGH const * cctkGH,
+ void * const function,
+ cFunctionData * const attribute,
+ void * const data);
// Requirements
namespace Requirements {