]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - contrib/gtkgensurf/triangle.h
Revert partially (auto) "reformat code! now the code is only ugly on the *inside*"
[xonotic/netradiant.git] / contrib / gtkgensurf / triangle.h
index f1a37e78b4e93cfaadbf1ca61dbf472f98ac362a..337da40cbe8e4de64e7c7840abe8716af27d36c3 100644 (file)
@@ -250,38 +250,38 @@ extern "C" {
 #endif
 
 struct triangulateio {
-    REAL *pointlist;                                             /* In / out */
-    REAL *pointattributelist;                                    /* In / out */
-    int *pointmarkerlist;                                        /* In / out */
-    int numberofpoints;                                          /* In / out */
-    int numberofpointattributes;                                 /* In / out */
+       REAL *pointlist;                                             /* In / out */
+       REAL *pointattributelist;                                    /* In / out */
+       int *pointmarkerlist;                                        /* In / out */
+       int numberofpoints;                                          /* In / out */
+       int numberofpointattributes;                                 /* In / out */
 
-    int *trianglelist;                                           /* In / out */
-    REAL *triangleattributelist;                                 /* In / out */
-    REAL *trianglearealist;                                       /* In only */
-    int *neighborlist;                                           /* Out only */
-    int numberoftriangles;                                       /* In / out */
-    int numberofcorners;                                         /* In / out */
-    int numberoftriangleattributes;                              /* In / out */
+       int *trianglelist;                                           /* In / out */
+       REAL *triangleattributelist;                                 /* In / out */
+       REAL *trianglearealist;                                       /* In only */
+       int *neighborlist;                                           /* Out only */
+       int numberoftriangles;                                       /* In / out */
+       int numberofcorners;                                         /* In / out */
+       int numberoftriangleattributes;                              /* In / out */
 
-    int *segmentlist;                                            /* In / out */
-    int *segmentmarkerlist;                                      /* In / out */
-    int numberofsegments;                                        /* In / out */
+       int *segmentlist;                                            /* In / out */
+       int *segmentmarkerlist;                                      /* In / out */
+       int numberofsegments;                                        /* In / out */
 
-    REAL *holelist;                      /* In / pointer to array copied out */
-    int numberofholes;                                    /* In / copied out */
+       REAL *holelist;                      /* In / pointer to array copied out */
+       int numberofholes;                                    /* In / copied out */
 
-    REAL *regionlist;                    /* In / pointer to array copied out */
-    int numberofregions;                                  /* In / copied out */
+       REAL *regionlist;                    /* In / pointer to array copied out */
+       int numberofregions;                                  /* In / copied out */
 
-    int *edgelist;                                               /* Out only */
-    int *edgemarkerlist;          /* Not used with Voronoi diagram; out only */
-    REAL *normlist;              /* Used only with Voronoi diagram; out only */
-    int numberofedges;                                           /* Out only */
+       int *edgelist;                                               /* Out only */
+       int *edgemarkerlist;          /* Not used with Voronoi diagram; out only */
+       REAL *normlist;              /* Used only with Voronoi diagram; out only */
+       int numberofedges;                                           /* Out only */
 };
 
-void triangulate(char *, struct triangulateio *, struct triangulateio *,
-                 struct triangulateio *);
+void triangulate( char *, struct triangulateio *, struct triangulateio *,
+                                 struct triangulateio * );
 
 #ifdef __cplusplus
 }