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>2019-04-17 07:17:24 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-04-17 07:21:24 +0300
commite12c08e8d170b7ca40f204a5b0423c23a9fbc2c1 (patch)
tree8cf3453d12edb177a218ef8009357518ec6cab6a /source/blender/blenkernel/intern/subdiv_converter.h
parentb3dabc200a4b0399ec6b81f2ff2730d07b44fcaa (diff)
ClangFormat: apply to source, most of intern
Apply clang format as proposed in T53211. For details on usage and instructions for migrating branches without conflicts, see: https://wiki.blender.org/wiki/Tools/ClangFormat
Diffstat (limited to 'source/blender/blenkernel/intern/subdiv_converter.h')
-rw-r--r--source/blender/blenkernel/intern/subdiv_converter.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/source/blender/blenkernel/intern/subdiv_converter.h b/source/blender/blenkernel/intern/subdiv_converter.h
index 2cf016659ca..fb0e84ade13 100644
--- a/source/blender/blenkernel/intern/subdiv_converter.h
+++ b/source/blender/blenkernel/intern/subdiv_converter.h
@@ -46,12 +46,10 @@ void BKE_subdiv_converter_free(struct OpenSubdiv_Converter *converter);
/* TODO(sergey): Find a way to make it OpenSubdiv_VtxBoundaryInterpolation,
* without breaking compilation without OpenSubdiv. */
-int BKE_subdiv_converter_vtx_boundary_interpolation_from_settings(
- const SubdivSettings *settings);
+int BKE_subdiv_converter_vtx_boundary_interpolation_from_settings(const SubdivSettings *settings);
/* TODO(sergey): Find a way to make it OpenSubdiv_FVarLinearInterpolation,
* without breaking compilation without OpenSubdiv. */
-int BKE_subdiv_converter_fvar_linear_from_settings(
- const SubdivSettings *settings);
+int BKE_subdiv_converter_fvar_linear_from_settings(const SubdivSettings *settings);
-#endif /* __SUBDIV_CONVERTER_H__ */
+#endif /* __SUBDIV_CONVERTER_H__ */