From 497d407e781b73eea64b41d6afa155b2b3daa2a7 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Sun, 24 Oct 2010 17:56:22 -0400 Subject: Carpet: Correct indentation --- Carpet/Carpet/src/carpet.hh | 8 ++++---- 1 file 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 { -- cgit v1.2.3