Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/dualcon/intern/manifold_table.h')
-rw-r--r--intern/dualcon/intern/manifold_table.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/intern/dualcon/intern/manifold_table.h b/intern/dualcon/intern/manifold_table.h
index 2d60041312a..4f15afefa75 100644
--- a/intern/dualcon/intern/manifold_table.h
+++ b/intern/dualcon/intern/manifold_table.h
@@ -18,10 +18,10 @@
#define __MANIFOLD_TABLE_H__
typedef struct {
- int comps;
- int pairs[12][2];
+ int comps;
+ int pairs[12][2];
} ManifoldIndices;
extern const ManifoldIndices manifold_table[256];
-#endif /* __MANIFOLD_TABLE_H__ */
+#endif /* __MANIFOLD_TABLE_H__ */