From 2e86128afa5c187a6e5878f4a5387f2d0636aef7 Mon Sep 17 00:00:00 2001 From: jthorn Date: Tue, 2 Jul 2002 11:50:18 +0000 Subject: slight reformatting of whitespace; no change in code git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@75 df1f8a13-aa1d-4dd4-9681-27ded5b42416 --- src/GeneralizedPolynomial-Uniform/template.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/GeneralizedPolynomial-Uniform/template.c b/src/GeneralizedPolynomial-Uniform/template.c index 1156575..9162b65 100644 --- a/src/GeneralizedPolynomial-Uniform/template.c +++ b/src/GeneralizedPolynomial-Uniform/template.c @@ -1245,14 +1245,14 @@ if (output_arrays[out] != NULL) break; #endif default: -CCTK_VWarn(1, __LINE__, __FILE__, CCTK_THORNSTRING, + CCTK_VWarn(1, __LINE__, __FILE__, CCTK_THORNSTRING, "\n" " CCTK_InterpLocalUniform(): generalized interpolation operation_code %d\n" " is not supported!\n" " (0-origin) output #out=%d" - , - (int) operation_codes[out], - out); /*NOTREACHED*/ + , + (int) operation_codes[out], + out); /*NOTREACHED*/ return UTIL_ERROR_BAD_INPUT; /*** ERROR RETURN ***/ /* end of switch (operation_codes[out]) */ } -- cgit v1.2.3