From cd02647d53fc8889e54dfb111b7b5f7403545f2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Tue, 18 Oct 2011 20:41:44 +0200 Subject: [PATCH] Delete trailing whitespace. --- src/test_cfs_tpfa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test_cfs_tpfa.c b/src/test_cfs_tpfa.c index 6becf0ae..ab59c11f 100644 --- a/src/test_cfs_tpfa.c +++ b/src/test_cfs_tpfa.c @@ -674,7 +674,7 @@ main(void) for (i = 0; i < G->number_of_cells; i++) { fprintf(stderr, "press(%02d) = %g;\n", i + 1, cpress[i]); } - + cfs_tpfa_destroy(h); deallocate_cq(cq); deallocate_flowbc(bc);