From 71a1f93bf9fb703cdfa89cafd85b6a9bd5630213 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Mon, 25 Jun 2012 20:52:07 +0000 Subject: [PATCH] Reformat computeFaceTopology() declaration. No functional changes. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bård Skaflestad --- facetopology.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/facetopology.c b/facetopology.c index 87131179..15c71c9a 100644 --- a/facetopology.c +++ b/facetopology.c @@ -60,12 +60,10 @@ /* Determine face topology first, then compute intersection. */ /* All intersections that occur are present in the final face geometry.*/ -static int *computeFaceTopology(int *a1, - int *a2, - int *b1, - int *b2, - int intersect[4], - int *faces) +static int * +computeFaceTopology(const int *a1, const int *a2, + const int *b1, const int *b2, + int intersect[4], int *faces) { int mask[8]; int k;