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:
authorCampbell Barton <ideasman42@gmail.com>2012-03-25 19:56:17 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-03-25 19:56:17 +0400
commit3f56ee3da7ca0d9500529e970e836fb2ff97068c (patch)
treea55ea48b916c1c13b581a9abb3ea3cedbfb24552 /source/blender/blenlib/intern/math_base_inline.c
parentfffe342d87548bc94f9258a1c8a2f7473b4bd8b2 (diff)
style cleanup: issues missed last commit
Diffstat (limited to 'source/blender/blenlib/intern/math_base_inline.c')
-rw-r--r--source/blender/blenlib/intern/math_base_inline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/math_base_inline.c b/source/blender/blenlib/intern/math_base_inline.c
index 9e32ff5ad4e..58c882e894e 100644
--- a/source/blender/blenlib/intern/math_base_inline.c
+++ b/source/blender/blenlib/intern/math_base_inline.c
@@ -39,7 +39,7 @@
#define __MATH_BASE_INLINE_C__
/* A few small defines. Keep'em local! */
-#define SMALL_NUMBER 1.e-8f
+#define SMALL_NUMBER 1.e-8f
MINLINE float sqrt3f(float f)
{