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:
authorRay Molenkamp <github@lazydodo.com>2020-08-28 19:04:26 +0300
committerRay Molenkamp <github@lazydodo.com>2020-08-28 19:04:26 +0300
commit285353c25289c83942af009ead88d2f74ff9f3d8 (patch)
tree4e94b24b833b970cf7297203040652fd7dbc7802 /source/blender/blenlib/intern/math_boolean.cc
parent79e82dbc0574abe97f7316dc23441472594a3f57 (diff)
Cleanup: clang-format
Diffstat (limited to 'source/blender/blenlib/intern/math_boolean.cc')
-rw-r--r--source/blender/blenlib/intern/math_boolean.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/math_boolean.cc b/source/blender/blenlib/intern/math_boolean.cc
index fc6d117fa1d..2210911ad9c 100644
--- a/source/blender/blenlib/intern/math_boolean.cc
+++ b/source/blender/blenlib/intern/math_boolean.cc
@@ -2530,4 +2530,4 @@ int insphere_fast(
return sgn(robust_pred::inspherefast(a, b, c, d, e));
}
-} // namespace blender
+} // namespace blender