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:
authorJoseph Eagar <joeedh@gmail.com>2022-09-29 09:41:53 +0300
committerJoseph Eagar <joeedh@gmail.com>2022-09-29 09:41:53 +0300
commit46076e4876cfc4d933a32247bc0a1bba6e15662f (patch)
treed25106925b623fd5d8b53377e1e409dda9b235ee /source/blender/editors/sculpt_paint/sculpt_intern.h
parenteab69d49308fa7efda428f95b9808394b8fba033 (diff)
Cleanup: run clang-format in sculpt code
Diffstat (limited to 'source/blender/editors/sculpt_paint/sculpt_intern.h')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt_intern.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt_intern.h b/source/blender/editors/sculpt_paint/sculpt_intern.h
index 4817591a5c3..3775ea82b5e 100644
--- a/source/blender/editors/sculpt_paint/sculpt_intern.h
+++ b/source/blender/editors/sculpt_paint/sculpt_intern.h
@@ -1299,8 +1299,8 @@ typedef struct AutomaskingNodeData {
} AutomaskingNodeData;
/** Call before PBVH vertex iteration.
- * \param automask_data: pointer to an uninitialized AutomaskingNodeData struct.
- */
+ * \param automask_data: pointer to an uninitialized AutomaskingNodeData struct.
+ */
void SCULPT_automasking_node_begin(struct Object *ob,
const SculptSession *ss,
struct AutomaskingCache *automasking,