From 3cc273cb8f2161830ea2505e8976083dc91cfe59 Mon Sep 17 00:00:00 2001 From: Martin Reinecke Date: Mon, 8 Oct 2012 11:14:47 +0200 Subject: [PATCH] fix indentation --- libsharp/sharp_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsharp/sharp_test.c b/libsharp/sharp_test.c index 8f9c86c..98ecdf8 100644 --- a/libsharp/sharp_test.c +++ b/libsharp/sharp_test.c @@ -240,7 +240,7 @@ int main(int argc, char **argv) else UTIL_FAIL("unknown grid geometry"); -printf("\nMemory high water mark: %.2f MB\n",VmHWM()/(1<<20)); + printf("\nMemory high water mark: %.2f MB\n",VmHWM()/(1<<20)); #ifdef USE_MPI MPI_Finalize();